commit: 64c65726ec6c40dfd7f295944b4ce9f9a65d4fbe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:49:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:07:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c65726
dev-python/wsgiintercept: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
b/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
index 33a90635a9d..fbc3f836862 100644
--- a/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
+++ b/dev-python/wsgiintercept/wsgiintercept-1.3.1.ebuild
@@ -28,7 +28,6 @@ DEPEND="
>=dev-python/pytest-2.4[${PYTHON_USEDEP}]
>=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.11.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/mechanize[${PYTHON_USEDEP}]'
python2_7 pypy)
)"
S="${WORKDIR}/${MY_P}"