commit: 5c5aff7fd646130423ba2549ac913704917ed70d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 05:48:04 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 09:27:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5aff7f
dev-python/setuptools: Add blockers on broken gobject-introspection
Add explicit blockers to prevent dev-python/setuptools being upraded
prior to dev-libs/gobject-introspection, that could lead to breakage.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-74.1.2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/setuptools/setuptools-74.1.2.ebuild
b/dev-python/setuptools/setuptools-74.1.2.ebuild
index e1b22ccd2771..21479a9f0955 100644
--- a/dev-python/setuptools/setuptools-74.1.2.ebuild
+++ b/dev-python/setuptools/setuptools-74.1.2.ebuild
@@ -35,6 +35,9 @@ RDEPEND="
$(python_gen_cond_dep '
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
' 3.10)
+ !!<=dev-libs/gobject-introspection-1.76.1-r0
+ !!=dev-libs/gobject-introspection-1.78.1-r0
+ !!=dev-libs/gobject-introspection-1.80.1-r1
"
BDEPEND="
${RDEPEND}