media-libs/opencolorio: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 30 Jan 2020 21:15:39 +0000 (22:15 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 30 Jan 2020 21:26:09 +0000 (22:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-libs/opencolorio/opencolorio-1.1.0-r1.ebuild
media-libs/opencolorio/opencolorio-1.1.0-r2.ebuild

index b7a14f97a4f0794c1c0d33bf3518c246f16ba934..e324b83533c8865015c68bcd82193e0bd9cb1f8a 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 # Compatibility with Python 3 is declared by upstream, but it is broken in fact, check on bump
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit cmake-utils python-single-r1 vcs-snapshot
 
index 3476ab8992ec6d5ac0b0cac54d288fa8d8ceadac..a4e109ff81553a10acb615e64d788379541436cd 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit cmake flag-o-matic python-single-r1