python/pytest: Changed REQUIRES for python2-attrs

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-03-14 11:22:29 +01:00 committed by Willy Sudiarto Raharjo
parent 14db209127
commit dcd2baceba
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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"