1
0
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:
Sunpoet Po-Chuan Hsieh 2021-01-10 23:14:47 +00:00
parent feda677a2a
commit b8d07b217e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561158
2 changed files with 9 additions and 1 deletions

View File

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

View 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']
)