mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-backports.zoneinfo: limit supported python versions
lib/zoneinfo_module.c:600:19: error: use of undeclared identifier '_PyLong_One' one = _PyLong_One; Approved by: portmgr blanket
This commit is contained in:
parent
cc31bbb4d1
commit
27e57c1208
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= Backport of the standard library module zoneinfo
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.7+
|
||||
USES= python:3.7-3.9
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue