py-gssapi: apparently Python 2.7 is not supported
This commit is contained in:
parent
c13111305f
commit
e20c4ee27a
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2020/04/09 08:28:39 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2020/04/18 06:45:24 adam Exp $
|
||||
|
||||
DISTNAME= gssapi-1.6.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -13,10 +13,7 @@ LICENSE= modified-bsd
|
|||
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.0:../../lang/py-six
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
.if ${_PYTHON_VERSION} == 27
|
||||
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
|
||||
.endif
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue