15
0

- Add missing setuptools BR.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-RPi.GPIO?expand=0&rev=4
This commit is contained in:
2024-11-12 00:14:26 +00:00
committed by Git OBS Bridge
parent e1459cf8eb
commit 771f6cc202
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 12 00:14:18 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Add missing setuptools BR.
-------------------------------------------------------------------
Sat Jan 21 15:14:57 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -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