sys-cluster/cinder: fix enum34 dep
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 10 Nov 2019 00:55:14 +0000 (18:55 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 10 Nov 2019 00:55:45 +0000 (18:55 -0600)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
sys-cluster/cinder/cinder-15.0.0.ebuild
sys-cluster/cinder/cinder-2019.2.9999.ebuild

index 7d0be5d94d566e16c23e976b1fd43b3095465552..c4e15f6641eeda6fa29f116c7543ef3aebff9116 100644 (file)
@@ -35,7 +35,7 @@ RDEPEND="
        ${CDEPEND}
        >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
        >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
-       dev-python/enum34[$(python_gen_usedep 'python2_7')]
+       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
        !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
        !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
index 7d0be5d94d566e16c23e976b1fd43b3095465552..75715418265b24ba9377cb6b9928508a19bc215d 100644 (file)
@@ -36,6 +36,7 @@ RDEPEND="
        >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
        >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
        dev-python/enum34[$(python_gen_usedep 'python2_7')]
+       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
        !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
        !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]