Add dependency on python3-packaging

This commit is contained in:
Michael Catanzaro 2024-01-15 14:20:27 -06:00
parent e7d96fe84d
commit 770dc4fc14

View File

@ -73,10 +73,8 @@ as an event loop, threads, dynamic loading, and an object system.
%package devel
Summary: A library of handy utility functions
Requires: %{name}%{?_isa} = %{version}-%{release}
# The package uses distutils (for gdbus-codegen) which is no longer part of
# Python 3.12+ standard library.
# https://bugzilla.redhat.com/show_bug.cgi?id=2137442
Requires: (python3-setuptools if python3 >= 3.12)
# Required by gdbus-codegen
Requires: python3-packaging
# glib gir files moved from gobject-introspection-devel to glib2-devel in F40
Conflicts: gobject-introspection-devel < 1.79.1