summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-28 17:55:36 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-28 18:01:23 +0200
commit323443b76650abcf051b624a9d0e9fd8702487e4 (patch)
tree7bc2ba0cd2c25d2374d07864b14f4ee5b1cf0650
parentwww-plugins/chrome-binary-plugins: automated update (diff)
downloadgentoo-323443b7.tar.gz
gentoo-323443b7.tar.bz2
gentoo-323443b7.zip
dev-python/ddt: Remove py2
Closes: https://bugs.gentoo.org/719704 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ddt/ddt-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ddt/ddt-1.2.2.ebuild b/dev-python/ddt/ddt-1.2.2.ebuild
index 3da3b16671e7..87a971000d73 100644
--- a/dev-python/ddt/ddt-1.2.2.ebuild
+++ b/dev-python/ddt/ddt-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1