Putting back in the BuildRequires for PyQwt-devel but just conditionally removing it on RHEL for now

This commit is contained in:
Dave Johansen 2015-06-09 20:43:33 -07:00
parent 29b099fc66
commit db1af8c951
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ BuildRequires: libspatialite-devel
BuildRequires: postgresql-devel
BuildRequires: proj-devel
BuildRequires: PyQt4-devel
# PyQwt doesn't support qwt6, so just turn it off for now on RHEL
%if 0%{?fedora}
BuildRequires: PyQwt-devel
%endif
BuildRequires: python2-devel
BuildRequires: qextserialport-devel
BuildRequires: qscintilla-devel