summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Arn02022-03-14 11:22:29 +0100
committer Willy Sudiarto Raharjo2022-03-17 18:26:02 +0100
commitdcd2baceba43335483643720d1d77454e888acb0 (patch)
tree6b92f6a33b465d7ae0d82f5504045b51dd603b21
parent14db2091270b4e2d8a5b68c14ba09377331d476f (diff)
downloadslackbuilds-dcd2baceba43335483643720d1d77454e888acb0.tar.gz
python/pytest: Changed REQUIRES for python2-attrs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/pytest/pytest.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index 50e311134d..f825e4a34a 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,10 +1,10 @@
PRGNAM="pytest"
VERSION="3.8.2"
HOMEPAGE="https://docs.pytest.org/en/latest/"
-DOWNLOAD="https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.8.2.tar.gz"
MD5SUM="8e7d324528a63c2dab64a10ae028e0f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="py attrs pluggy more-itertools atomicwrites funcsigs pathlib2"
+REQUIRES="py python2-attrs pluggy more-itertools atomicwrites funcsigs pathlib2"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"