summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:27:38 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 19:47:41 +0100
commit0e599e0422762a0177febf29d7900d78408fe1b5 (patch)
treee49fe295a20baa53089b9616c00b488957fcdfa8 /dev-python/d2to1
parentdev-python/backports-csv: Remove Python 2 support (diff)
downloadgentoo-0e599e0422762a0177febf29d7900d78408fe1b5.tar.gz
gentoo-0e599e0422762a0177febf29d7900d78408fe1b5.tar.bz2
gentoo-0e599e0422762a0177febf29d7900d78408fe1b5.zip
dev-python/d2to1: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/d2to1')
-rw-r--r--dev-python/d2to1/d2to1-0.2.12_p1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild
index 54d354f521f0..db2ec995c94d 100644
--- a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild
+++ b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1