dev-python/ovsdbapp: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:40:44 +0000 (17:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:52:55 +0000 (17:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/ovsdbapp/ovsdbapp-0.12.2.ebuild
dev-python/ovsdbapp/ovsdbapp-0.15.0.ebuild

index 37077f33c01f9ac6bff84bbbbf3e9f22326c8a4e..8445558ea1baa40e43b104ac51238838ea54418d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A library for creating OVSDB applications"
index edf181fc4b5782d03718bcdb677d0978fa87bdc5..92c0cf365ad664778a2f2fbd44cd1cba302a39e6 100644 (file)
@@ -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