From 068e294d8d7364850627760668e0aa997291a728 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 5 Oct 2020 13:01:40 +0200 Subject: [PATCH] Explicity BuildRequire python3-setuptools --- pygobject3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pygobject3.spec b/pygobject3.spec index 6fdc898..014181c 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -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 - 3.38.0-2 +- Explicity BuildRequire python3-setuptools + * Sat Sep 12 2020 Kalev Lember - 3.38.0-1 - Update to 3.38.0