mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
databases/py-pony: limit supported python versions
Sorry, but pony 0.7.14 requires Python of one of the following versions: 2.7, 3.3-3.9. You have version 3.10.0 Approved by: portmgr blanket
This commit is contained in:
parent
bbc2585de3
commit
fbb488536c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.5-3.9
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
TEST_ENV= PYTHONPATH=${WRKSRC}/src
|
||||
|
|
Loading…
Add table
Reference in a new issue