commit: d01f1d3eeba731690bb299a9bd8778030db1f2d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 17:41:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 17:50:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01f1d3e
dev-python/minimock: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/minimock/minimock-1.2.8-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index 662be37ce07..f955df25ddb 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -17,11 +17,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
-# future breaks minimock hard -- probably makes it think it's on python3...
-# https://github.com/lowks/minimock/issues/5
-RDEPEND="$(python_gen_cond_dep '!!dev-python/future[${PYTHON_USEDEP}]' -2)"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
S="${WORKDIR}/${MY_P}"
DOCS=( docs/changelog.rst docs/index.rst )