diff options
Diffstat (limited to 'devel/bpython/Makefile')
-rw-r--r-- | devel/bpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile index 6f7820b2ab25..52c368cb2a2d 100644 --- a/devel/bpython/Makefile +++ b/devel/bpython/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curtsies>=0.3.0:devel/py-curtsies@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}six>=1.5:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |