devel/py-reedsolo: limit supported python version
creedsolo.c:32027:5: error: expression is not assignable ++Py_REFCNT(o); ^ ~~~~~~~~~~~~ Approved by: portmgr blanket
This commit is contained in:
parent
2bf6404cd9
commit
cc31bbb4d1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.6-3.9
|
||||
USE_GITHUB= yes
|
||||
USE_PYTHON= autoplist cython distutils
|
||||
|
||||
|
|
Loading…
Reference in a new issue