From b10ab28ca1c004b99c4541feac5bcbb727860e4a24ee35e6b66b3ea7502a96d3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 9 Apr 2024 14:57:52 +0000 Subject: [PATCH] Accepting request 1166185 from home:dimstar:Factory - BuildRequiring *-debuginfo sounds weird to start with: and since recently, that python-maturin does not even produce binaries anymore and thus also no debuginfo package. OBS-URL: https://build.opensuse.org/request/show/1166185 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy-wireguard?expand=0&rev=8 --- python-mitmproxy-wireguard.changes | 7 +++++++ python-mitmproxy-wireguard.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-mitmproxy-wireguard.changes b/python-mitmproxy-wireguard.changes index 3be4b9b..0a5e0c1 100644 --- a/python-mitmproxy-wireguard.changes +++ b/python-mitmproxy-wireguard.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 8 11:53:01 UTC 2024 - Dominique Leuenberger + +- BuildRequiring *-debuginfo sounds weird to start with: and since + recently, that python-maturin does not even produce binaries + anymore and thus also no debuginfo package. + ------------------------------------------------------------------- Mon Jan 29 21:34:25 UTC 2024 - Dirk Müller diff --git a/python-mitmproxy-wireguard.spec b/python-mitmproxy-wireguard.spec index 81d151a..f026bfa 100644 --- a/python-mitmproxy-wireguard.spec +++ b/python-mitmproxy-wireguard.spec @@ -30,7 +30,6 @@ Source2: vendor.tar.zst Source3: cargo_config BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module maturin >= 0.13.0} -BuildRequires: %{python_module maturin-debuginfo} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools-rust} BuildRequires: %{python_module wheel}