diff options
Diffstat (limited to 'textproc/py-python-docx/Makefile')
-rw-r--r-- | textproc/py-python-docx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-python-docx/Makefile b/textproc/py-python-docx/Makefile index 4dc5da8c17dc..157ace9a4568 100644 --- a/textproc/py-python-docx/Makefile +++ b/textproc/py-python-docx/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.3.4:devel/py-lxml@${PY_FLAVOR} # Python3 ready -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |