git: 68ac958349f4 - main - sysutils/ntfy: remove python version specification

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Sun, 21 Jan 2024 15:39:30 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68ac958349f48013eddf3b1c40964dbb9ea84175

commit 68ac958349f48013eddf3b1c40964dbb9ea84175
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-01-21 15:39:04 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-01-21 15:39:04 +0000

    sysutils/ntfy: remove python version specification
---
 sysutils/ntfy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/ntfy/Makefile b/sysutils/ntfy/Makefile
index f1d8c90207bf..4a8d195ed214 100644
--- a/sysutils/ntfy/Makefile
+++ b/sysutils/ntfy/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR}
 
-USES=		python:3.11
+USES=		python
 USE_GITHUB=	yes
 GH_ACCOUNT=	dschep
 USE_PYTHON=	distutils noflavors autoplist