commit:     b264e34d02984140e9f5e537f70a081ab5a8fb6c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 16:11:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 17:42:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b264e34d

dev-python/flake8: Use virtual/python-enum34

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flake8/flake8-3.5.0.ebuild | 4 ++--
 dev-python/flake8/flake8-3.6.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/flake8/flake8-3.5.0.ebuild 
b/dev-python/flake8/flake8-3.5.0.ebuild
index 7cae569b8d2..d80a4ee8b4a 100644
--- a/dev-python/flake8/flake8-3.5.0.ebuild
+++ b/dev-python/flake8/flake8-3.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="
        <dev-python/pyflakes-1.7.0[${PYTHON_USEDEP}]
        >=dev-python/pycodestyle-2.0.0[${PYTHON_USEDEP}]
        <dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
'pypy*' )
+       virtual/python-enum34[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 
'python2*' pypy )
 "
 PDEPEND="

diff --git a/dev-python/flake8/flake8-3.6.0.ebuild 
b/dev-python/flake8/flake8-3.6.0.ebuild
index 7cda3bb3473..4dcb1e7eda1 100644
--- a/dev-python/flake8/flake8-3.6.0.ebuild
+++ b/dev-python/flake8/flake8-3.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ RDEPEND="
        <dev-python/pyflakes-2.1.0[${PYTHON_USEDEP}]
        >=dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]
        <dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
'pypy*' )
+       virtual/python-enum34[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' 
'python2*' pypy )
 "
 PDEPEND="

Reply via email to