mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
textproc/py-grako: update supported python versions
File "/wrkdirs/usr/ports/textproc/py-grako/work-py310/grako-3.99.9/grako/grammars.py", line 8, in <module> from collections import defaultdict, Mapping ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.10/collections/__init__.py) Approved by: portmgr blanket
This commit is contained in:
parent
fbb488536c
commit
204ebaab34
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+ zip
|
||||
USES= python:3.6-3.9 zip
|
||||
USE_PYTHON= distutils cython autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user