Skip to content

Commit

Permalink
devel/py-backports.zoneinfo: limit supported python versions
Browse files Browse the repository at this point in the history
lib/zoneinfo_module.c:600:19: error: use of undeclared identifier '_PyLong_One'
            one = _PyLong_One;

Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Oct 28, 2021
1 parent cc31bbb commit 27e57c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/py-backports.zoneinfo/Makefile
Expand Up @@ -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>

0 comments on commit 27e57c1

Please sign in to comment.