diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 10:08:04 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 10:09:47 +0000 |
commit | cd899fcc937b7cc2506bb2d16a8f903e688b88bb (patch) | |
tree | daa8340127dfd6e4bc982a11077f3c0198470267 | |
parent | 9e9918d1f04b0eb8c57cc09b6359fd15bc735d17 (diff) |
misc/py-cinder: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | misc/py-cinder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index 1310ab3973fe..a6886af76f1b 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -76,7 +76,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tooz>=1.58.0:devel/py-tooz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} -USES= python:3.6+ +USES= cpe python:3.6+ +CPE_VENDOR= openstack USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |