summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-24 11:44:49 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:02 +0200
commit1a3c121c3963ef6bc58f1b6682eed7584504dcc8 (patch)
tree28b4f833bb5690fc208f5d3f3b140ceb5fde1329
parent3392a7e1624cdf0ef88411f9cdcf1b1560b53c43 (diff)
downloadslackbuilds-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>
-rw-r--r--python/path.py/path.py.info2
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"