aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdal
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:49 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-16 13:59:49 +0000
commit003b0853a96adcbb09ae1d6d993b097d4d290b63 (patch)
tree4afe05d7e671ce392065e297ffbe850ac42c137c /graphics/py-gdal
parent38a82db0de4495394d6fed415a9969cb63ed6aae (diff)
downloadports-003b0853a96adcbb09ae1d6d993b097d4d290b63.tar.gz
ports-003b0853a96adcbb09ae1d6d993b097d4d290b63.zip
graphics/py-gdal: Update USES=python
math/py-numpy requires Python 3.8+
Diffstat (limited to 'graphics/py-gdal')
-rw-r--r--graphics/py-gdal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index c3e0c7cad2b9..86fd527983c1 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT
LIB_DEPENDS= libgdal.so:graphics/gdal
-USES= compiler:c++14-lang cpe python:3.7+ tar:xz
+USES= compiler:c++14-lang cpe python:3.8+ tar:xz
USE_PYTHON= autoplist concurrent distutils
USE_CXXSTD= c++14