git: 11a10b903e5a - main - print/py-PyMuPDF: Clean up USES=python

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 07:23:22 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=11a10b903e5a3c380f1088805b7e2aeadc490f2d

commit 11a10b903e5a3c380f1088805b7e2aeadc490f2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-30 07:08:49 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-30 07:08:49 +0000

    print/py-PyMuPDF: Clean up USES=python
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 print/py-PyMuPDF/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/py-PyMuPDF/Makefile b/print/py-PyMuPDF/Makefile
index c554e634ac70..620c7ee03a2d 100644
--- a/print/py-PyMuPDF/Makefile
+++ b/print/py-PyMuPDF/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	bash:shells/bash \
 		swig:devel/swig
 
-USES=		gmake python:3.7+
+USES=		gmake python
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>