From 0e2b8d68d15bb15949534f907e31f0d3b6be218728d46c076564e5d76e1e908f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 29 Feb 2024 09:58:21 +0000 Subject: [PATCH] Accepting request 1153143 from devel:BCI:SLCS:next drop unnecessary buildrequire python-py OBS-URL: https://build.opensuse.org/request/show/1153143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=95 --- python-cffi.changes | 5 +++++ python-cffi.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cffi.changes b/python-cffi.changes index 9bdfa42..df82b90 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 09:46:12 UTC 2024 - Dan Čermák + +- drop unnecessary buildrequire python-py + ------------------------------------------------------------------- Fri Oct 6 16:25:24 UTC 2023 - Matej Cepl diff --git a/python-cffi.spec b/python-cffi.spec index 476720c..c55d978 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -29,7 +29,6 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module pycparser} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module py} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++