diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-07 14:56:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-07 14:56:33 +0000 |
commit | b7673ea8a05affb610edca596dfa9a2430f0f803 (patch) | |
tree | af5da311c551c40aecc1639653be112cba9dd27f /x11 | |
parent | ccafd14adbab5fef5b737f5961765449a21dff0a (diff) | |
download | pkgsrc-b7673ea8a05affb610edca596dfa9a2430f0f803.tar.gz |
py-sip6: does not support Python 2
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-sip6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/py-sip6/Makefile b/x11/py-sip6/Makefile index 3bb5d09df63..702fce1e3b6 100644 --- a/x11/py-sip6/Makefile +++ b/x11/py-sip6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/12/02 15:22:04 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/12/07 14:56:33 wiz Exp $ DISTNAME= sip-${PKGVERSION_NOREV} PKGNAME= ${PYPKGPREFIX}-sip6-6.7.5 @@ -17,5 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-toml>=0:../../textproc/py-toml USE_LANGUAGES= c c++ +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |