diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-11 18:12:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-11 18:12:04 +0000 |
commit | 1ddbda45bdecf1ff872dbd077d31a6ded2e13aa8 (patch) | |
tree | 579c826f9fa48653e3c20c5ad838cb2a34adc4a7 /security | |
parent | feca0220a1e0a2198ec5c117dd612c99e7f65a8a (diff) | |
download | pkgsrc-1ddbda45bdecf1ff872dbd077d31a6ded2e13aa8.tar.gz |
py-service_identity: mark as not for python 2.x
Diffstat (limited to 'security')
-rw-r--r-- | security/py-service_identity/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile index 740d567c799..5b85b883403 100644 --- a/security/py-service_identity/Makefile +++ b/security/py-service_identity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/09/11 18:12:04 wiz Exp $ DISTNAME= service_identity-18.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-characteristic>=14.0.0:../../devel/py-characteristic DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |