From: Mike Gilbert Date: Sun, 15 Jan 2017 19:39:32 +0000 (-0500) Subject: dev-python/taskflow: depend on virtual/python-enum34 in 1.30.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=431894cff442f4dc4d82111becb36c710cbaff84;p=gentoo.git dev-python/taskflow: depend on virtual/python-enum34 in 1.30.0 Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25 --- diff --git a/dev-python/taskflow/taskflow-1.30.0.ebuild b/dev-python/taskflow/taskflow-1.30.0.ebuild index 9205742d1c88..b1a6bca50c02 100644 --- a/dev-python/taskflow/taskflow-1.30.0.ebuild +++ b/dev-python/taskflow/taskflow-1.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -43,7 +43,7 @@ DEPEND=" RDEPEND=" ${CDEPEND} >=dev-python/six-1.9.0[${PYTHON_USEDEP}] - dev-python/enum34[$(python_gen_usedep 'python2_7' 'python3_3')] + virtual/python-enum34[${PYTHON_USEDEP}] >=dev-python/futurist-0.11.0[${PYTHON_USEDEP}] >=dev-python/fasteners-0.7[${PYTHON_USEDEP}] >=dev-python/networkx-1.10[${PYTHON_USEDEP}]