dev-util/rpmdevtools: add python 3.8 support

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Michael Palimaka
2021-04-20 22:05:29 +10:00
parent 73f7faa08c
commit be04c6237e

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_7 )
PYTHON_COMPAT=( python{3_7,3_8} )
inherit python-single-r1
DESCRIPTION="Collection of rpm packaging related utilities"