dev-util/rpmdevtools: add python 3.7/3.8 support

Closes: https://bugs.gentoo.org/737384
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Michael Palimaka
2020-09-06 19:43:01 +10:00
parent 8d1f9d2860
commit c5e768e605

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-single-r1
DESCRIPTION="Collection of rpm packaging related utilities"