commit: 436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 20:38:27 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 20:45:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436a18f7
dev-util/vint: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/vint/vint-0.3.18.ebuild | 2 +-
dev-util/vint/vint-0.3.19.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-util/vint/vint-0.3.18.ebuild b/dev-util/vint/vint-0.3.18.ebuild
index 31bbe3b8b53..a8842c4b162 100644
--- a/dev-util/vint/vint-0.3.18.ebuild
+++ b/dev-util/vint/vint-0.3.18.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-util/vint/vint-0.3.19.ebuild b/dev-util/vint/vint-0.3.19.ebuild
index b91fdf6bce9..37d2eeb1dbc 100644
--- a/dev-util/vint/vint-0.3.19.ebuild
+++ b/dev-util/vint/vint-0.3.19.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
@@ -29,7 +29,6 @@ RDEPEND="
DEPEND="${RDEPEND}
test? (
>=dev-python/pytest-3.3.2[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
)
"