mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-validictory: limit supported python versions
File "/wrkdirs/usr/ports/devel/py-validictory/work-py310/validictory-1.1.2/validictory/validator.py", line 7, in <module> from collections import Mapping, Container 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
ea3a98719e
commit
aa1ad651da
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USES= python:3.6-3.9
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue