commit: 4c858a2a78c61667d7eb323b21ebf6c91f5c0bd9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 07:32:37 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 07:33:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c858a2a
dev-libs/libxmlb: fix python_check_deps
We don't need setuptools unless USE=introspection, match the dep.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libxmlb/libxmlb-0.3.19.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
b/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
index ae5e6c693c48..80d5a69f4840 100644
--- a/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
+++ b/dev-libs/libxmlb/libxmlb-0.3.19.ebuild
@@ -42,7 +42,7 @@ BDEPEND="
"
python_check_deps() {
- python_has_version -b "dev-python/setuptools[${PYTHON_USEDEP}]"
+ use introspection && python_has_version -b
"dev-python/setuptools[${PYTHON_USEDEP}]"
}
pkg_setup() {