dev-python/gsd: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:06:53 +0000 (06:06 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 05:16:55 +0000 (06:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gsd/gsd-1.5.3-r1.ebuild

index eb2e214fb735f617a537d8c134d55fc91bebf9d2..f276140a48c2aa11d11b99610b3976cdf591fc4b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="GSD - file format specification and a library to read and write it"