summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commit001803fbf9ab3dafe2d05fc6d465107eb8f3ccca (patch)
tree08ee5f52ad536eacef27da6b5a1ac7030765671d /python
parent95149c7d162cbc9c137c2eff27f03d2cc2072306 (diff)
downloadslackbuilds-001803fbf9ab3dafe2d05fc6d465107eb8f3ccca.tar.gz
slackbuilds-001803fbf9ab3dafe2d05fc6d465107eb8f3ccca.tar.xz
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')
-rw-r--r--python/tox/tox.info2
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"