diff options
Diffstat (limited to 'net/py-python-glanceclient/Makefile')
-rw-r--r-- | net/py-python-glanceclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-python-glanceclient/Makefile b/net/py-python-glanceclient/Makefile index f08d198b4b34..b3c2700291c1 100644 --- a/net/py-python-glanceclient/Makefile +++ b/net/py-python-glanceclient/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> PORTNAME= python-glanceclient -PORTVERSION= 3.6.0 +PORTVERSION= 4.0.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2:devel/py-keystoneauth1@ ${PYTHON_PKGNAMEPREFIX}warlock>=1.2.0<2:devel/py-warlock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.7.0:devel/py-wrapt@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |