Skip to content

Commit

Permalink
dev-python/pygal: Add rdep on dev-python/importlib-metadata
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/923135
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 28, 2024
1 parent 4948d1f commit ac79792
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
Expand All @@ -23,6 +23,9 @@ LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm64 ~riscv x86"

RDEPEND="
dev-python/importlib-metadata[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/lxml[${PYTHON_USEDEP}]
Expand Down

0 comments on commit ac79792

Please sign in to comment.