summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 21:38:27 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 21:45:58 +0100
commit436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87 (patch)
tree98b737d27d014905e9d05f67368f5b58d179faee /dev-util/vint
parentdev-python/aniso8601: Remove py2 (diff)
downloadgentoo-436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87.tar.gz
gentoo-436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87.tar.bz2
gentoo-436a18f7e44aa3b70eb5f8d0dfb508b0cc620f87.zip
dev-util/vint: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/vint')
-rw-r--r--dev-util/vint/vint-0.3.18.ebuild2
-rw-r--r--dev-util/vint/vint-0.3.19.ebuild3
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 31bbe3b8b535..a8842c4b1623 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 b91fdf6bce9e..37d2eeb1dbc6 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)
)
"