Putting back in the BuildRequires for PyQwt-devel but just conditionally removing it on RHEL for now
This commit is contained in:
parent
29b099fc66
commit
db1af8c951
|
@ -68,6 +68,10 @@ BuildRequires: libspatialite-devel
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
BuildRequires: proj-devel
|
BuildRequires: proj-devel
|
||||||
BuildRequires: PyQt4-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: python2-devel
|
||||||
BuildRequires: qextserialport-devel
|
BuildRequires: qextserialport-devel
|
||||||
BuildRequires: qscintilla-devel
|
BuildRequires: qscintilla-devel
|
||||||
|
|
Reference in New Issue
Block a user