commit:     507703d87a4f90d26402259fb8c0efa5e0e7fd3c
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 00:46:20 2019 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 00:48:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507703d8

dev-python/neutron-lib: fix weakrefmethod dep

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild 
b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild
index 05b744b8a26..027f0620921 100644
--- a/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild
+++ b/dev-python/neutron-lib/neutron-lib-1.29.1.ebuild
@@ -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}]"

Reply via email to