aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pytest
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:16 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:13 +0700
commit793b4ff7848dbd46ab9939a317bd29aa944a49f8 (patch)
treea7c9afbcd8094fe77405651293c6426de7ab5e02 /python/python3-pytest
parent23746aea824c830fd3e4ed11c0d8eec081d1169e (diff)
python/python3-pytest: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest')
-rw-r--r--python/python3-pytest/python3-pytest.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pytest/python3-pytest.info b/python/python3-pytest/python3-pytest.info
index 1189f35d0a36..db42465ca058 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/source/p/pytest/pytest-7.4.3.t
MD5SUM="9a13432f66fd105bdcbca3db867721bc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pluggy python3-iniconfig python3-exceptiongroup"
+REQUIRES="python3-iniconfig python3-exceptiongroup"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"