diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-01 16:53:42 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-01 16:59:10 +0300 |
commit | ac3913fcd185b62a88dd2b44e8d4f4102705fe5c (patch) | |
tree | 429499da12f39bda556db598dccd7feeb4beb8de | |
parent | devel/py-frozendict: limit supported python versions (diff) |
devel/py-l18n: limit supported python versions
File "setup.py", line 74, in <module>
cmd_module = getattr(__import__('setuptools.command', fromlist=[cmd]),
AttributeError: module 'setuptools.command' has no attribute 'bdist_wininst'
Approved by: portmgr blanket
-rw-r--r-- | devel/py-l18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-l18n/Makefile b/devel/py-l18n/Makefile index ac90e6a9913d..e91905ff8fe3 100644 --- a/devel/py-l18n/Makefile +++ b/devel/py-l18n/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |