dev-python/neutron-lib: fix weakrefmethod dep
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 10 Nov 2019 00:46:20 +0000 (18:46 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 10 Nov 2019 00:48:31 +0000 (18:48 -0600)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/neutron-lib/neutron-lib-1.29.1.ebuild

index 05b744b8a26627da3f0a213aff0e74ecabf2bf3e..027f0620921479fc177de5193143252bec61581a 100644 (file)
@@ -47,6 +47,6 @@ RDEPEND="${CDEPEND}
        >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
        >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
        >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
-       >=dev-python/weakrefmethod-1.0.2[$(python_gen_usedep 'python2_7')]
+       $(python_gen_cond_dep '>=dev-python/weakrefmethod-1.0.2[${PYTHON_USEDEP}]' 'python2_7')
        >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}]
        >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]"