dev-python/tablib: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:39:00 +0000 (11:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:16 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/tablib/tablib-0.12.1-r1.ebuild

index d434c80ae87cde9c006c5739ebb7b410d75e3df0..a1c1d3f33f169edf527e028bd2069d4ae9b7b135 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1