From: Michał Górny Date: Mon, 16 Mar 2020 18:43:42 +0000 (+0100) Subject: dev-python/flake8-import-order: Remove py2 virtuals X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb5d83a0ad60d616726769988b90ee78342ba681;p=gentoo.git dev-python/flake8-import-order: Remove py2 virtuals Signed-off-by: Michał Górny --- diff --git a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild index c127f3092d60..fa828ad70e73 100644 --- a/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild +++ b/dev-python/flake8-import-order/flake8-import-order-0.18.ebuild @@ -18,8 +18,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pycodestyle[${PYTHON_USEDEP}] - virtual/python-enum34[${PYTHON_USEDEP}]" + dev-python/pycodestyle[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}]