From f3aa3059012cac8d4ecb81406a997133b2cf39a6 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Jul 04 2018 13:53:30 +0000 Subject: Fixed python requirements --- diff --git a/gnuradio.spec b/gnuradio.spec index b638abb..a629c3a 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -24,7 +24,7 @@ Name: gnuradio Version: 3.7.13.3 -Release: 3%{?alphatag:.%{alphatag}}%{?dist} +Release: 4%{?alphatag:.%{alphatag}}%{?dist} Summary: Software defined radio framework Group: Applications/Engineering @@ -41,23 +41,23 @@ Source0: http://gnuradio.org/releases/gnuradio/gnuradio-%{version}%{?alphatag}.t Requires(pre): shadow-utils BuildRequires: cmake, fftw-devel, cppunit-devel, wxPython-devel, xmlto -BuildRequires: graphviz, boost-devel, python-devel, swig, doxygen +BuildRequires: graphviz, boost-devel, python2-devel, swig, doxygen BuildRequires: libusbx-devel, alsa-lib-devel, SDL-devel, guile-devel BuildRequires: portaudio-devel, libtool, gsm-devel # Gnuradio deprecated gr-comedi # http://gnuradio.org/redmine/issues/show/395 # BuildRequires: comedilib-devel -BuildRequires: gsl-devel, tex(latex), numpy, PyQt4-devel, python-cheetah -BuildRequires: xdg-utils, python-lxml, pygtk2-devel, orc-devel +BuildRequires: gsl-devel, tex(latex), numpy, PyQt4-devel, python2-cheetah +BuildRequires: xdg-utils, python2-lxml, pygtk2-devel, orc-devel BuildRequires: sphinx, desktop-file-utils, python2-mako, python2-six BuildRequires: uhd-devel, python2 %if ! 0%{?rhel:1} BuildRequires: PyQwt-devel, qwt-devel, qwtplot3d-qt4-devel %endif -Requires: numpy, wxPython, scipy, portaudio, python-lxml -Requires: pygtk2, python-cheetah, PyQt4 +Requires: numpy, python2-wxpython, scipy, portaudio, python2-lxml +Requires: pygtk2, python2-cheetah, PyQt4 %if ! 0%{?rhel:1} -Requires: PyQwt, PyOpenGL +Requires: PyQwt, python2-pyopengl %endif Obsoletes: usrp < 3.3.0-1 Obsoletes: grc < 0.80-1 @@ -194,6 +194,9 @@ rmdir %{buildroot}%{_datadir}/%{name}/grc/freedesktop %{_datadir}/gnuradio/examples %changelog +* Wed Jul 4 2018 Jaroslav Škarvada - 3.7.13.3-4 +- Fixed python requirements + * Wed Jun 27 2018 Jaroslav Škarvada - 3.7.13.3-3 - Added all upstream cmake modules