dev-python/odfpy: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:47:46 +0000 (17:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:53:15 +0000 (17:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/odfpy/odfpy-1.3.6.ebuild

index cad4cc3cff88e8ad21b71e9f73bfbeac026c655e..ce7cc64b9f96a46c361a001a7d3e1bed722b8e1f 100644 (file)
@@ -6,7 +6,7 @@ EAPI=7
 # Classifier: Programming Language :: Python :: 2 :: Only
 # py3 fails one test, pypy anpother.
 # Notes on page of home repo reports support of python3.
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1