py-asn1-modules: not for Python 2.7 anymore

This commit is contained in:
adam 2023-11-21 18:56:13 +00:00
parent 41fe094a43
commit 884182f496
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2023/04/26 16:07:13 adam Exp $
# $NetBSD: Makefile,v 1.15 2023/11/21 18:56:13 adam Exp $
DISTNAME= pyasn1_modules-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-asn1>=0.5.0:../../security/py-asn1
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-asn1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"