diff options
Diffstat (limited to 'www/py-asgi-csrf/Makefile')
-rw-r--r-- | www/py-asgi-csrf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-asgi-csrf/Makefile b/www/py-asgi-csrf/Makefile index 59cdda86864d..d95f0b0b2b48 100644 --- a/www/py-asgi-csrf/Makefile +++ b/www/py-asgi-csrf/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgi-lifespan>0:devel/py-asgi-lifespan@${PY ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>0:www/py-starlette@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= distutils autoplist pytest # setup.py has test dependencies, but there are no tests in the repository, see https://github.com/simonw/asgi-csrf/issues/23 NO_ARCH= yes |