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:
Dmitry Marakasov 2021-10-28 14:27:59 +03:00
parent cc31bbb4d1
commit 27e57c1208

View file

@ -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>