gobject-introspection: Python 3.12 still not supported (#47767)

This commit is contained in:
Adam J. Stewart 2024-11-24 11:53:32 +01:00 committed by GitHub
parent c57452dd08
commit 1148c8f195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,12 @@ class GobjectIntrospection(MesonPackage, AutotoolsPackage):
when="@:1.63.1", when="@:1.63.1",
) )
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/361
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/395
conflicts(
"^python@3.12:",
msg="gobject-introspection still uses distutils which was removed in Python 3.12",
)
conflicts( conflicts(
"^python@3.11:", "^python@3.11:",
when="@:1.60", when="@:1.60",