diff options
Diffstat (limited to 'devel/py-stack-data/Makefile')
-rw-r--r-- | devel/py-stack-data/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-stack-data/Makefile b/devel/py-stack-data/Makefile index bfb6f80e7ab8..56522fc68c44 100644 --- a/devel/py-stack-data/Makefile +++ b/devel/py-stack-data/Makefile @@ -22,10 +22,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asttokens>=2.1.0:devel/py-asttokens@${PY_FLA TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}littleutils>=0:devel/py-littleutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0,1:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}typeguard>=0:devel/py-typeguard@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cython>=0:lang/cython@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes |