dev-python/flake8-import-order: Remove py2 virtuals
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:43:42 +0000 (19:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Mar 2020 18:43:42 +0000 (19:43 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flake8-import-order/flake8-import-order-0.18.ebuild

index c127f3092d605ba3489b1d26c34ecab631819971..fa828ad70e739915838ffdb037cfb03aec32a7bc 100644 (file)
@@ -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}]