yp-at-spi2: restrict to python 3.x

(reduce py27-gobject3 users; all packages depending on this are
python3-only already)
This commit is contained in:
wiz 2022-01-28 11:54:20 +00:00
parent cf47f7b9ad
commit 251200f997

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2021/12/08 16:04:05 adam Exp $
# $NetBSD: Makefile,v 1.31 2022/01/28 11:54:20 wiz Exp $
DISTNAME= pyatspi-2.38.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
@ -26,6 +26,8 @@ PY_PATCHPLIST= yes
CONFLICTS= ${PYPKGPREFIX}-at-spi-[0-9]*
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/py-gobject3-common/buildlink3.mk"
.include "../../lang/python/extension.mk"