diff options
Diffstat (limited to 'devel/pytype/Makefile')
-rw-r--r-- | devel/pytype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pytype/Makefile b/devel/pytype/Makefile index 5017c29ff028..8f38b89ce264 100644 --- a/devel/pytype/Makefile +++ b/devel/pytype/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ninja>=1.10.2:devel/ninja \ ${PYTHON_PKGNAMEPREFIX}toml>=0.10.2:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c++11-lang python:3.7+ +USES= compiler:c++11-lang python USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} |