summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:37:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:52 +0100
commit2e8771adad7a0aebb5692eacdbd66cf9a2c87c33 (patch)
tree737f395c6e7c15e56fd0a70fc45ba682b4d3a476 /dev-python/pyroute2/pyroute2-0.5.5.ebuild
parentdev-python/prettytable: Remove Python 2 support (diff)
downloadgentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.tar.gz
gentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.tar.bz2
gentoo-2e8771adad7a0aebb5692eacdbd66cf9a2c87c33.zip
dev-python/pyroute2: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyroute2/pyroute2-0.5.5.ebuild')
-rw-r--r--dev-python/pyroute2/pyroute2-0.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyroute2/pyroute2-0.5.5.ebuild b/dev-python/pyroute2/pyroute2-0.5.5.ebuild
index fed1c7956919..4612ac6789f8 100644
--- a/dev-python/pyroute2/pyroute2-0.5.5.ebuild
+++ b/dev-python/pyroute2/pyroute2-0.5.5.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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1