diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:16:19 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:15 +0700 |
commit | 2b5b35f8d143b092a60118f466bcfbf85760ab2d (patch) | |
tree | b8a2b2ad85f562dd8a562f914bf4601a5c279753 /python/path.py | |
parent | a6542327af6c04ebd13d76472b29ff7062314dc1 (diff) |
python/path.py: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/path.py')
-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 e4d742083cb4..ab6185845de1 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 python2-setuptools-scm" +REQUIRES="python2-setuptools-scm" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |