mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Remove py-pytest-runner from BUILD_DEPENDS
This commit is contained in:
parent
feda677a2a
commit
b8d07b217e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561158
@ -14,7 +14,6 @@ COMMENT= Better JSON support for Flask
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}
|
||||
|
9
www/py-flask-json/files/patch-setup.py
Normal file
9
www/py-flask-json/files/patch-setup.py
Normal file
@ -0,0 +1,9 @@
|
||||
--- setup.py.orig 2019-08-23 17:34:24 UTC
|
||||
+++ setup.py
|
||||
@@ -43,6 +43,5 @@ setup(
|
||||
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules'
|
||||
],
|
||||
- setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest', 'pytest-cov']
|
||||
)
|
Loading…
Reference in New Issue
Block a user