diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:13 +0700 |
commit | 793b4ff7848dbd46ab9939a317bd29aa944a49f8 (patch) | |
tree | a7c9afbcd8094fe77405651293c6426de7ab5e02 /python/python3-pytest | |
parent | 23746aea824c830fd3e4ed11c0d8eec081d1169e (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.info | 2 |
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" |