aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-09-23 22:47:14 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:41 +0700
commit5c989a2190dcecb0f745e92048746f68754d3760 (patch)
tree4bae0d3f2475cd0d9db32c643ffb4355f05f278b
parented86e23163df54ec7dcb65c3ac552c23a7cb4b13 (diff)
downloadslackbuilds-5c989a2190dcecb0f745e92048746f68754d3760.tar.xz
python/python3-pytest: Change REQUIRES to python3-pluggy.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c5c7bd85c14a..dc3de0811eac 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.1.3.t
MD5SUM="c4de3e192e5bb4b39deada36cc2f393a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="py python3-attrs pluggy iniconfig"
+REQUIRES="py python3-attrs python3-pluggy iniconfig"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"