commit:     153f14000e47674d09870e90a5bab639c25531a1
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 16:55:01 2021 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 17:03:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153f1400

dev-util/distro-info: add python3_9 support and missing test dep

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-util/distro-info/distro-info-1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/distro-info/distro-info-1.0.ebuild 
b/dev-util/distro-info/distro-info-1.0.ebuild
index fb1bd4cbd9e..9df6704e2ea 100644
--- a/dev-util/distro-info/distro-info-1.0.ebuild
+++ b/dev-util/distro-info/distro-info-1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_OPTIONAL=true
 
 inherit distutils-r1
@@ -25,6 +25,7 @@ COMMON_DEPEND="dev-lang/perl:=
 DEPEND="${COMMON_DEPEND}
        python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
        test? (
+               dev-util/distro-info-data
                dev-util/shunit2
                dev-python/pylint[${PYTHON_USEDEP}]
        )"

Reply via email to