summaryrefslogtreecommitdiff
path: root/net/py-geventhttpclient
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-11-09 08:47:09 +0000
committeradam <adam@pkgsrc.org>2022-11-09 08:47:09 +0000
commit69cf8c7ff7fa6f541c81bc2c70ce415e7373b731 (patch)
treed05db6fa4918e16fd6f25c029aa33bfa324dde65 /net/py-geventhttpclient
parentd3e4315399c3d8a506379f5a9e2db67be2c65cca (diff)
downloadpkgsrc-69cf8c7ff7fa6f541c81bc2c70ce415e7373b731.tar.gz
py-geventhttpclient: mark as not for Python 2.7 because of py-certifi
Diffstat (limited to 'net/py-geventhttpclient')
-rw-r--r--net/py-geventhttpclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-geventhttpclient/Makefile b/net/py-geventhttpclient/Makefile
index b10162582a2..2d26fda6d6a 100644
--- a/net/py-geventhttpclient/Makefile
+++ b/net/py-geventhttpclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/10/23 15:52:51 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/09 08:47:09 adam Exp $
DISTNAME= geventhttpclient-2.0.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,5 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-gevent>=0.13:../../net/py-gevent
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-certifi
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"