Explicity BuildRequire python3-setuptools
This commit is contained in:
parent
d8d4b9127a
commit
068e294d8d
@ -6,7 +6,7 @@
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.38.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python bindings for GObject Introspection
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
@ -19,6 +19,7 @@ BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
BuildRequires: meson
|
||||
BuildRequires: python3-devel >= %{python3_version}
|
||||
BuildRequires: python3-cairo-devel >= %{pycairo_version}
|
||||
BuildRequires: python3-setuptools
|
||||
|
||||
%description
|
||||
The %{name} package provides a convenient wrapper for the GObject library
|
||||
@ -82,6 +83,9 @@ This package contains files required to embed PyGObject
|
||||
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||
|
||||
%changelog
|
||||
* Mon Oct 05 2020 Kalev Lember <klember@redhat.com> - 3.38.0-2
|
||||
- Explicity BuildRequire python3-setuptools
|
||||
|
||||
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
||||
- Update to 3.38.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user