summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons2021-11-20 09:16:22 +0100
committer Willy Sudiarto Raharjo2021-11-22 03:10:17 +0100
commitbac64cfe5a26f9778be921e726181f73c6f35f28 (patch)
treea95500e3648a60bcd9e62e734fcd7712b952d597 /python
parent5d63996691cd2ac29df6cec66e7e0f25b794e86d (diff)
downloadslackbuilds-bac64cfe5a26f9778be921e726181f73c6f35f28.tar.gz
python/python3-pytest: 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/python3-pytest/README2
-rw-r--r--python/python3-pytest/python3-pytest.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pytest/README b/python/python3-pytest/README
index 45c6d4b63d..6f53e2a82f 100644
--- a/python/python3-pytest/README
+++ b/python/python3-pytest/README
@@ -7,5 +7,5 @@ IMPORTANT: The scripts py.test and pytest are renamed to py.test3
and pytest3 respectively to avoid conflicts with the pytest installed
with python.
-NOTE: setuptools-scm, py, pluggy, more-itertools and atomicwrites
+NOTE: py, pluggy, more-itertools and atomicwrites
have automatic python3 support.
diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info
index 9221f9bac0..5e21cc6e37 100644
--- a/python/python3-pytest/python3-pytest.info
+++ b/python/python3-pytest/python3-pytest.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16
MD5SUM="2704e16bb2c11af494167f80a7cd37c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="setuptools-scm py python3-attrs pluggy more-itertools atomicwrites"
+REQUIRES="py python3-attrs pluggy more-itertools atomicwrites"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"