mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
Remove py-pytest-runner from BUILD_DEPENDS
This commit is contained in:
parent
4bc446735c
commit
57a53c376f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561149
@ -12,7 +12,6 @@ COMMENT= Python module to do attitude kinematics
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
|
||||
|
10
science/py-kinematics/files/patch-setup.py
Normal file
10
science/py-kinematics/files/patch-setup.py
Normal file
@ -0,0 +1,10 @@
|
||||
--- setup.py.orig 2018-12-08 03:30:44 UTC
|
||||
+++ setup.py
|
||||
@@ -88,7 +88,6 @@ setup(
|
||||
},
|
||||
|
||||
# testing requires for pytest
|
||||
- setup_requires=['pytest-runner'],
|
||||
|
||||
tests_require=['pytest'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user