From 57626760f22a2a2afb280328510e4e5e27a58a1f70514c30207424fdc6730d55 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 18 Jul 2025 09:41:13 +0000 Subject: [PATCH] Accepting request 1294326 from home:nkrapp:branches:security - drop BuildRequires on flit-core and poetry, build-backend is setuptools - drop duplicate BuildRequires OBS-URL: https://build.opensuse.org/request/show/1294326 OBS-URL: https://build.opensuse.org/package/show/security/python-hidapi?expand=0&rev=2 --- python-hidapi.changes | 6 ++++++ python-hidapi.spec | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-hidapi.changes b/python-hidapi.changes index 9cb315f..027466b 100644 --- a/python-hidapi.changes +++ b/python-hidapi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 18 08:40:24 UTC 2025 - Nico Krapp + +- drop BuildRequires on flit-core and poetry, build-backend is setuptools +- drop duplicate BuildRequires + ------------------------------------------------------------------- Tue Sep 17 03:32:59 UTC 2024 - Marcus Rueckert diff --git a/python-hidapi.spec b/python-hidapi.spec index 59c66d9..5b46150 100644 --- a/python-hidapi.spec +++ b/python-hidapi.spec @@ -25,14 +25,9 @@ URL: https://github.com/trezor/cython-hidapi Source: https://files.pythonhosted.org/packages/source/h/hidapi/hidapi-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} -BuildRequires: %{python_module poetry} BuildRequires: %{python_module Cython0} -# SECTION test requirements -BuildRequires: %{python_module setuptools >= 19.0} -# /SECTION BuildRequires: fdupes BuildRequires: libusb-1_0-devel BuildRequires: libgudev-1_0-devel