disable PyQwt support on f26++
PyQwt currently FTBFS and has broken deps
This commit is contained in:
parent
83af99f3bd
commit
3b4e476f50
|
@ -69,7 +69,7 @@ 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
|
# PyQwt doesn't support qwt6, so just turn it off for now on RHEL
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} < 26
|
||||||
BuildRequires: PyQwt-devel
|
BuildRequires: PyQwt-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
@ -406,7 +406,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 2.18.2-2
|
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 2.18.2-2
|
||||||
- rebuild (sip)
|
- rebuild (sip), disable PyQwt support (f26+, for now)
|
||||||
|
|
||||||
* Fri Dec 16 2016 Volker Froehlich <volker27@gmx.at> - 2.18.2-1
|
* Fri Dec 16 2016 Volker Froehlich <volker27@gmx.at> - 2.18.2-1
|
||||||
- New upstream release
|
- New upstream release
|
||||||
|
|
Reference in New Issue
Block a user