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