diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-14 07:59:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-14 07:59:28 +0000 |
commit | 05e70680320d1850a5a3cf0aa800119b045a650b (patch) | |
tree | 01020e258e5f349557804ca048766c6b130436ba /misc/py-cinder | |
parent | dd57842caf36b7383c6711594bf9defc93c0c285 (diff) |
Notes
Diffstat (limited to 'misc/py-cinder')
-rw-r--r-- | misc/py-cinder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index e4031ae2c965..fbae68c084d5 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -52,7 +52,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PY_IPADDRESS} \ ${PY_ENUM34} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes |