Disabling PyQwt-devel BuildRequires on EPEL because it's not available there
This commit is contained in:
parent
aa27639839
commit
3611f99b02
|
@ -68,7 +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
|
||||
|
|
Reference in New Issue
Block a user