svn commit: r560942 - head/devel/py-glance-store

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:20:43 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:20:36 2021
New Revision: 560942
URL: https://svnweb.freebsd.org/changeset/ports/560942

Log:
  Clean up RUN_DEPENDS after r538759 (USES=python:3.6+)

Modified:
  head/devel/py-glance-store/Makefile

Modified: head/devel/py-glance-store/Makefile
==============================================================================
--- head/devel/py-glance-store/Makefile	Sun Jan 10 08:20:31 2021	(r560941)
+++ head/devel/py-glance-store/Makefile	Sun Jan 10 08:20:36 2021	(r560942)
@@ -15,8 +15,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS=	${PY_ENUM34} \
-		${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0:devel/py-jsonschema@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.26.0:devel/py-oslo.concurrency@${PY_FLAVOR} \


More information about the svn-ports-all mailing list