diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:16:23 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:18 +0700 |
commit | 001803fbf9ab3dafe2d05fc6d465107eb8f3ccca (patch) | |
tree | 08ee5f52ad536eacef27da6b5a1ac7030765671d /python/tox | |
parent | 95149c7d162cbc9c137c2eff27f03d2cc2072306 (diff) | |
download | slackbuilds-001803fbf9ab3dafe2d05fc6d465107eb8f3ccca.tar.gz |
python/tox: Removed dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tox')
-rw-r--r-- | python/tox/tox.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tox/tox.info b/python/tox/tox.info index 9899831bb6..e10805f517 100644 --- a/python/tox/tox.info +++ b/python/tox/tox.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/fc/aa/31296c7cf387d8e1fe57c982 MD5SUM="5cd03e4edc4eeb808cd1cf3eced9debc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm py virtualenv pluggy" +REQUIRES="py virtualenv pluggy" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |