diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-23 22:47:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:41 +0700 |
commit | 5c989a2190dcecb0f745e92048746f68754d3760 (patch) | |
tree | 4bae0d3f2475cd0d9db32c643ffb4355f05f278b | |
parent | ed86e23163df54ec7dcb65c3ac552c23a7cb4b13 (diff) | |
download | slackbuilds-5c989a2190dcecb0f745e92048746f68754d3760.tar.gz |
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.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 c5c7bd85c1..dc3de0811e 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" |