summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-18 19:27:59 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-18 19:47:51 +0100
commitb54790b3d6546c16787d4b89b00063a4468e2daa (patch)
treec17f9c5ef2ce008740fe6d8bd58b8c98689401bd /dev-python/rednose
parentdev-python/rackspace-monitoring: Remove Python 2 support (diff)
downloadgentoo-b54790b3d6546c16787d4b89b00063a4468e2daa.tar.gz
gentoo-b54790b3d6546c16787d4b89b00063a4468e2daa.tar.bz2
gentoo-b54790b3d6546c16787d4b89b00063a4468e2daa.zip
dev-python/rednose: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rednose')
-rw-r--r--dev-python/rednose/rednose-0.4.1.ebuild2
-rw-r--r--dev-python/rednose/rednose-0.4.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild
index 4af2f8bafdcb..f0f5566be64f 100644
--- a/dev-python/rednose/rednose-0.4.1.ebuild
+++ b/dev-python/rednose/rednose-0.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild
index b9138dc20652..7b2d5dd372c7 100644
--- a/dev-python/rednose/rednose-0.4.3.ebuild
+++ b/dev-python/rednose/rednose-0.4.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1