Skip to content

Commit

Permalink
dev-util/distro-info: add python3_9 support and missing test dep
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Mar 11, 2021
1 parent 81d5895 commit 153f140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-util/distro-info/distro-info-1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_OPTIONAL=true

inherit distutils-r1
Expand All @@ -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}]
)"
Expand Down

0 comments on commit 153f140

Please sign in to comment.