diff options
Diffstat (limited to 'devel/py-unittest2/Makefile')
-rw-r--r-- | devel/py-unittest2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index b2396fbe5e94..85e9095c87f9 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |