dev-python/pycups: python3_8 support
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 18:47:20 +0000 (20:47 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 17 Apr 2020 18:54:58 +0000 (20:54 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-python/pycups/pycups-1.9.73-r2.ebuild

index 6769450bbb3dc9cb2423bb6c55d770b31ab566ba..b3a1e333b24ff6b1c1edd6eb4f20bce7109aec27 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1