git: 50d455e174ff - main - security/gpgme: limit python to 3.8+ (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sat, 02 Jul 2022 20:27:14 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50d455e174ff14010279c198bbcc2a5c4129f42d

commit 50d455e174ff14010279c198bbcc2a5c4129f42d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-07-02 20:23:13 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-07-02 20:27:01 +0000

    security/gpgme: limit python to 3.8+ (+)
    
    py-gpgme cannot be built with python 3.7, raise requrements
    
    Reported by:    poudriere fallout
    Approved by:    portmgr blanket (fix build)
---
 security/gpgme/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 5c3c98b299ea..aaef2195e612 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -82,7 +82,7 @@ TEST_USE=		QT=testlib_build
 BUILD_DEPENDS+=	swig:devel/swig \
 		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR}
-USES+=		python:3.7+
+USES+=		python:3.8+
 USE_PYTHON=	flavors
 CONFIGURE_ARGS+=--enable-languages="python"
 CONFIGURE_ENV+=	BSD_PYTHON="${PYTHON_CMD}" \