diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-27 21:08:08 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-27 21:33:11 -0400 |
commit | 87448433f627c687951165e33d1553937ee8fec3 (patch) | |
tree | e1bd25f6388fa1697e9eb45669e90a3a15e8010a /dev-python | |
parent | dev-python/asyncio: remove (diff) | |
download | gentoo-87448433f627c687951165e33d1553937ee8fec3.tar.gz gentoo-87448433f627c687951165e33d1553937ee8fec3.tar.bz2 gentoo-87448433f627c687951165e33d1553937ee8fec3.zip |
dev-python/glance_store: depend on virtual/python-enum34
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/glance_store/glance_store-0.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/glance_store/glance_store-0.13.1.ebuild b/dev-python/glance_store/glance_store-0.13.1.ebuild index 4ce466a66614..54e1bd16bbe4 100644 --- a/dev-python/glance_store/glance_store-0.13.1.ebuild +++ b/dev-python/glance_store/glance_store-0.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ RDEPEND=" >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}] >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}] >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}] - dev-python/enum34[$(python_gen_usedep 'python2*'),$(python_gen_usedep 'python3_3')] + virtual/python-enum34[${PYTHON_USEDEP}] >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] >=dev-python/six-1.9.0[${PYTHON_USEDEP}] >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}] |