git: 8d838c5c5827 - main - www/py-instabot: Update USES=python

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d838c5c5827e7ce7636fa20f9b568cb37defd25

commit 8d838c5c5827e7ce7636fa20f9b568cb37defd25
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 14:33:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 14:33:08 +0000

    www/py-instabot: Update USES=python
    
    multimedia/py-moviepy requires Python 3.8+
---
 www/py-instabot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile
index 4baeb54fa1f9..e9c9bf3d2ce4 100644
--- a/www/py-instabot/Makefile
+++ b/www/py-instabot/Makefile
@@ -30,7 +30,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.41.1:misc/py-tqdm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.7,1:net/py-urllib3@${PY_FLAVOR}
 
-USES=		python:3.7+
+USES=		python:3.8+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes