From f13aa1ec856002f9bd9245944bf964253b3e0e20dbd8339bfc8a791f434b2372 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 13 Jul 2022 15:22:17 +0000 Subject: [PATCH] Accepting request 986297 from home:mixaill:branches:hardware:sdr - added python3-SoapySDR to the runtime dependendcies (required by gr-soapy) OBS-URL: https://build.opensuse.org/request/show/986297 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=114 --- gnuradio.changes | 5 +++++ gnuradio.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gnuradio.changes b/gnuradio.changes index 22c8ac7..0a06150 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 1 16:35:32 UTC 2022 - Mikhail Paulyshka + +- added python3-SoapySDR to the runtime dependendcies (required by gr-soapy) + ------------------------------------------------------------------- Wed Jun 22 13:08:40 UTC 2022 - Wojciech Kazubski diff --git a/gnuradio.spec b/gnuradio.spec index 8beff7b..5d2bc03 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -103,6 +103,8 @@ Requires: python3-scipy Requires: python3-pyqtgraph # gr_network dependencies Requires: python3-pyzmq +# gr_soapy dependencies +Requires: python3-SoapySDR %if %{with docs} BuildRequires: doxygen BuildRequires: mathjax