summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:27:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 19:47:40 +0100
commitdea29e29dc114a9368bd815b84e86e3ab9193f00 (patch)
treee6f09ff0c54569f1dd7b851d7f365aba1af93270
parentdev-python/awscli: Remove Python 2 support (diff)
downloadgentoo-dea29e29dc114a9368bd815b84e86e3ab9193f00.tar.gz
gentoo-dea29e29dc114a9368bd815b84e86e3ab9193f00.tar.bz2
gentoo-dea29e29dc114a9368bd815b84e86e3ab9193f00.zip
dev-python/backports-csv: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/backports-csv/backports-csv-1.0.5.ebuild2
-rw-r--r--dev-python/backports-csv/backports-csv-1.0.7.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/backports-csv/backports-csv-1.0.5.ebuild b/dev-python/backports-csv/backports-csv-1.0.5.ebuild
index a1dfee00bf7b..fc092d0ce82a 100644
--- a/dev-python/backports-csv/backports-csv-1.0.5.ebuild
+++ b/dev-python/backports-csv/backports-csv-1.0.5.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-python/backports-csv/backports-csv-1.0.7.ebuild b/dev-python/backports-csv/backports-csv-1.0.7.ebuild
index 34ac23e9e08f..d9cce4776ba6 100644
--- a/dev-python/backports-csv/backports-csv-1.0.7.ebuild
+++ b/dev-python/backports-csv/backports-csv-1.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1