summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-02-26 13:44:07 +0000
committerwiz <wiz@pkgsrc.org>2022-02-26 13:44:07 +0000
commitdedf27b78b2b9ba50505b90fa46f62833b9c642a (patch)
tree4f1e38635c4500dc1edc240e5b8b7a81810d9055 /devel
parenta64658560edece8bc6cdf3bcbd815dc5a2acc2c4 (diff)
downloadpkgsrc-dedf27b78b2b9ba50505b90fa46f62833b9c642a.tar.gz
py-clickclick: disable for python 3.7
I can't find importlib-metadata3 and nothing in pkgsrc depends on this.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-clickclick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-clickclick/Makefile b/devel/py-clickclick/Makefile
index 04aaf9a89e5..d489a874ec7 100644
--- a/devel/py-clickclick/Makefile
+++ b/devel/py-clickclick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/02/24 09:46:28 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/26 13:44:07 wiz Exp $
DISTNAME= clickclick-20.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,7 +21,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"