py-pysaml2: restrict to supported Python versions

This commit is contained in:
wiz 2023-08-29 14:09:27 +00:00
parent 834a54d9eb
commit f45c165e81
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2023/08/29 14:04:20 manu Exp $
# $NetBSD: Makefile,v 1.2 2023/08/29 14:09:27 wiz Exp $
DISTNAME= pysaml2-7.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -22,5 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"