dev-python/pbr-5.1.1: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:11:59 +0000 (22:11 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:08 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/pbr/pbr-5.1.1.ebuild

index fb7d99ad0efe2b8dd2f64540fcb202d5f7ac3302..b8080dc84c757c1ae3d3a92714dcc6fd2bbe589f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1