git: 003b0853a96a - main - graphics/py-gdal: Update USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 Jun 2022 14:06:13 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=003b0853a96adcbb09ae1d6d993b097d4d290b63

commit 003b0853a96adcbb09ae1d6d993b097d4d290b63
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:59:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:59:49 +0000

    graphics/py-gdal: Update USES=python
    
    math/py-numpy requires Python 3.8+
---
 graphics/py-gdal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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