diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 18:29:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:58 +0700 |
commit | cc4dad41f2537e0413c3b270f0cbc2c97f1a1197 (patch) | |
tree | bbc928381fc1850c14193aac926019d132740e8d /office/x_x | |
parent | e4f2227dc4d8f6ead9bc9df1a72f5044a8e09317 (diff) | |
download | slackbuilds-cc4dad41f2537e0413c3b270f0cbc2c97f1a1197.tar.gz |
office/x_x: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/x_x')
-rw-r--r-- | office/x_x/x_x.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/x_x/x_x.info b/office/x_x/x_x.info index 8af5101a51..de8a159529 100644 --- a/office/x_x/x_x.info +++ b/office/x_x/x_x.info @@ -5,6 +5,6 @@ DOWNLOAD="https://slackware.uk/~urchlay/src/x_x-20150330_d236f8f.tar.xz" MD5SUM="ebde396990ac5197e59f658eafdecb76" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="click python-xlrd python-unicodecsv" +REQUIRES="click python-xlrd python2-unicodecsv" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |