From 87448433f627c687951165e33d1553937ee8fec3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 27 Oct 2016 21:08:08 -0400 Subject: [PATCH] dev-python/glance_store: depend on virtual/python-enum34 Package-Manager: portage-2.3.2 --- dev-python/glance_store/glance_store-0.13.1.ebuild | 4 ++-- 1 file 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 4ce466a66614d..54e1bd16bbe41 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}]