From 771f6cc20237b891705bb0eb23033082031e871370b5149b9e247748132298df Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 12 Nov 2024 00:14:26 +0000 Subject: [PATCH] - Add missing setuptools BR. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RPi.GPIO?expand=0&rev=4 --- python-RPi.GPIO.changes | 5 +++++ python-RPi.GPIO.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-RPi.GPIO.changes b/python-RPi.GPIO.changes index 0882446..8512481 100644 --- a/python-RPi.GPIO.changes +++ b/python-RPi.GPIO.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 12 00:14:18 UTC 2024 - Matej Cepl + +- Add missing setuptools BR. + ------------------------------------------------------------------- Sat Jan 21 15:14:57 UTC 2023 - Matej Cepl diff --git a/python-RPi.GPIO.spec b/python-RPi.GPIO.spec index e0d32d8..aa31a36 100644 --- a/python-RPi.GPIO.spec +++ b/python-RPi.GPIO.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-RPi.GPIO # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ URL: https://sourceforge.net/projects/raspberry-gpio-python/ Source: https://files.pythonhosted.org/packages/source/R/RPi.GPIO/%{modname}-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros