diff options
Diffstat (limited to 'devel/py-codecov/Makefile')
-rw-r--r-- | devel/py-codecov/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-codecov/Makefile b/devel/py-codecov/Makefile index bb6dcbfc1b4d..981c2faa7319 100644 --- a/devel/py-codecov/Makefile +++ b/devel/py-codecov/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ddt>0:devel/py-ddt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils USE_GITHUB= yes |