Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Wed, 05 Oct 2016 03:10:23
Message-Id: 1475636975.b34e2c1898a7c16a9132f5de540fabc499878894.prometheanfire@gentoo
1 commit: b34e2c1898a7c16a9132f5de540fabc499878894
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 5 03:09:15 2016 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 03:09:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34e2c18
7
8 sys-cluster/neutron: neutron needs singledispatch for py2...
9
10 Package-Manager: portage-2.3.0
11
12 sys-cluster/neutron/neutron-2016.2.9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-cluster/neutron/neutron-2016.2.9999.ebuild b/sys-cluster/neutron/neutron-2016.2.9999.ebuild
16 index 035a2c4..aac78da 100644
17 --- a/sys-cluster/neutron/neutron-2016.2.9999.ebuild
18 +++ b/sys-cluster/neutron/neutron-2016.2.9999.ebuild
19 @@ -108,6 +108,7 @@ RDEPEND="
20 >=dev-python/python-novaclient-2.29.0[${PYTHON_USEDEP}]
21 !~dev-python/python-novaclient-2.33.0[${PYTHON_USEDEP}]
22 >=dev-python/python-designateclient-1.5.0[${PYTHON_USEDEP}]
23 + virtual/python-singledispatch[${PYTHON_USEDEP}]
24 dev-python/pyudev[${PYTHON_USEDEP}]
25 sys-apps/iproute2
26 net-misc/bridge-utils