summaryrefslogtreecommitdiff
path: root/geography/qgis/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-15 11:37:46 +0000
committernia <nia@pkgsrc.org>2022-04-15 11:37:46 +0000
commitf26ac81ab0fc9e91ffbb6b6e420dd27f8d0f268f (patch)
treeec482854e1b89378ce69a5a35481c4bb292230c8 /geography/qgis/Makefile
parentf19b1008fedd0c107465d52582898926ef33d10a (diff)
downloadpkgsrc-f26ac81ab0fc9e91ffbb6b6e420dd27f8d0f268f.tar.gz
*: Mark various packages incompatible with Python 3.7 due to numpy
Diffstat (limited to 'geography/qgis/Makefile')
-rw-r--r--geography/qgis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/qgis/Makefile b/geography/qgis/Makefile
index d3df004a024..a745cb8d6f3 100644
--- a/geography/qgis/Makefile
+++ b/geography/qgis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/04/03 18:50:18 adam Exp $
+# $NetBSD: Makefile,v 1.142 2022/04/15 11:37:46 nia Exp $
# This is intentionally 3.22 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
@@ -63,7 +63,7 @@ CMAKE_ARGS+= -DSIP_BINARY_PATH:PATH=${BUILDLINK_PREFIX.py-sip}/bin
CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE
.include "../../lang/python/application.mk"
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-gdal
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2