summaryrefslogtreecommitdiff
path: root/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-03 07:37:00 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-06 11:25:49 +0200
commitbc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d (patch)
tree30d47ce5e20da33e826d0d92d2a3776217e0806b /dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
parent389cfb3a33a03514a53d0918e9398822f82884d7 (diff)
downloadgentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.tar.gz
gentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.tar.bz2
gentoo-bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.zip
dev-libs/gobject-introspection: Require <dev-python/setuptools-74
Force <dev-python/setuptools-74 to fix incompatibility due to removed deprecated distutils.msvccompiler. This is a temporary solution to avoid patching stable versions. Incidentally, this also extends the setuptools dependency to older Python versions, but that should not be a real issue, and we should probably prefer having it for consistency anyway. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild')
-rw-r--r--dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
index 511ec1bdb784..0fb774a4c879 100644
--- a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
+++ b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
>=dev-libs/glib-2.79.0:2
dev-libs/libffi:=
$(python_gen_cond_dep '
- dev-python/setuptools[${PYTHON_USEDEP}]
- ' 3.12)
+ <dev-python/setuptools-74[${PYTHON_USEDEP}]
+ ')
doctool? (
$(python_gen_cond_dep '
dev-python/mako[${PYTHON_USEDEP}]