commit: ac797927113f5d444fd9c407ff0fb3e468e13532 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 17:34:50 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 19:36:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac797927
dev-python/pygal: Add rdep on dev-python/importlib-metadata Closes: https://bugs.gentoo.org/923135 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pygal/{pygal-3.0.4.ebuild => pygal-3.0.4-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pygal/pygal-3.0.4.ebuild b/dev-python/pygal/pygal-3.0.4-r1.ebuild similarity index 91% rename from dev-python/pygal/pygal-3.0.4.ebuild rename to dev-python/pygal/pygal-3.0.4-r1.ebuild index a86c03d7d045..056f080194f7 100644 --- a/dev-python/pygal/pygal-3.0.4.ebuild +++ b/dev-python/pygal/pygal-3.0.4-r1.ebuild @@ -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 @@ -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}]
