summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-28 18:34:50 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-28 20:36:54 +0100
commitac797927113f5d444fd9c407ff0fb3e468e13532 (patch)
tree7fcab27d51ee7f798c3453e4199826bc63243878 /dev-python/pygal
parentdev-python/os-client-config: Add test dep on dev-python/extras (diff)
downloadgentoo-ac797927113f5d444fd9c407ff0fb3e468e13532.tar.gz
gentoo-ac797927113f5d444fd9c407ff0fb3e468e13532.tar.bz2
gentoo-ac797927113f5d444fd9c407ff0fb3e468e13532.zip
dev-python/pygal: Add rdep on dev-python/importlib-metadata
Closes: https://bugs.gentoo.org/923135 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pygal')
-rw-r--r--dev-python/pygal/pygal-3.0.4-r1.ebuild (renamed from dev-python/pygal/pygal-3.0.4.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/pygal/pygal-3.0.4.ebuild b/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}]