diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-03-11 10:55:01 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-03-11 11:03:14 -0600 |
commit | 153f14000e47674d09870e90a5bab639c25531a1 (patch) | |
tree | 4cd3e6066e8d35bc83405a0c8cbd7beceb0ff3dc /dev-util | |
parent | net-misc/connman: 1.39-r1 stable (diff) | |
download | gentoo-153f14000e47674d09870e90a5bab639c25531a1.tar.gz gentoo-153f14000e47674d09870e90a5bab639c25531a1.tar.bz2 gentoo-153f14000e47674d09870e90a5bab639c25531a1.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/distro-info/distro-info-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/distro-info/distro-info-1.0.ebuild b/dev-util/distro-info/distro-info-1.0.ebuild index fb1bd4cbd9e6..9df6704e2ea3 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}] )" |