diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-09 18:46:20 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-11-09 18:48:31 -0600 |
commit | 507703d87a4f90d26402259fb8c0efa5e0e7fd3c (patch) | |
tree | b0f4b81a59104fc237f5d37f84f2ce593416e147 /dev-python | |
parent | net-misc/throttle: drop old EAPI (diff) | |
download | gentoo-507703d87a4f90d26402259fb8c0efa5e0e7fd3c.tar.gz gentoo-507703d87a4f90d26402259fb8c0efa5e0e7fd3c.tar.bz2 gentoo-507703d87a4f90d26402259fb8c0efa5e0e7fd3c.zip |
dev-python/neutron-lib: fix weakrefmethod dep
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/neutron-lib/neutron-lib-1.29.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 05b744b8a266..027f06209214 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}]" |