python/pytest: Changed REQUIRES for python2-attrs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
14db209127
commit
dcd2baceba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue