diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 21:44:49 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:02 +0700 |
commit | 1a3c121c3963ef6bc58f1b6682eed7584504dcc8 (patch) | |
tree | 28b4f833bb5690fc208f5d3f3b140ceb5fde1329 /python | |
parent | 3392a7e1624cdf0ef88411f9cdcf1b1560b53c43 (diff) | |
download | slackbuilds-1a3c121c3963ef6bc58f1b6682eed7584504dcc8.tar.gz |
python/path.py: Add missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/path.py/path.py.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/path.py/path.py.info b/python/path.py/path.py.info index c668718586..e4d742083c 100644 --- a/python/path.py/path.py.info +++ b/python/path.py/path.py.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/c0/8e/737f0e163c74ae0fc54ae3004843f6b MD5SUM="de65181c0efc12efc34d1ff1a0b1edfe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm" +REQUIRES="setuptools-scm python2-setuptools-scm" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |