dev-python/python-designateclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:05:11 +0000 (23:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:09 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-designateclient/python-designateclient-2.11.0.ebuild

index d62dc93461738f12327019893eaaec1b471db863..6be2f60a7905b6d6cf97c165c218acef655ec93b 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