python3-qt5: fix sip-api dep
This commit is contained in:
parent
7bdc7fe884
commit
43695bbd46
@ -158,7 +158,7 @@ BuildArch: noarch
|
|||||||
%package -n python%{python3_pkgversion}-qt5
|
%package -n python%{python3_pkgversion}-qt5
|
||||||
Summary: Python 3 bindings for Qt5
|
Summary: Python 3 bindings for Qt5
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||||
%{?_sip_api:Requires: python%{python3_pkgversion}-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
%{?_sip_api:Requires: python%{python3_pkgversion}-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}}
|
||||||
# when split out
|
# when split out
|
||||||
%if 0%{?webengine} || 0%{?webkit}
|
%if 0%{?webengine} || 0%{?webkit}
|
||||||
Obsoletes: python3-qt5 < 5.5.1-10
|
Obsoletes: python3-qt5 < 5.5.1-10
|
||||||
@ -511,6 +511,7 @@ sed -i \
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-3
|
* Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.2-3
|
||||||
- support compat py3_sipdir
|
- support compat py3_sipdir
|
||||||
|
- python3-qt5: fix sip-api dep
|
||||||
|
|
||||||
* Mon Jul 30 2018 Sandro Mani <manisandro@gmail.com> - 5.11.2-2
|
* Mon Jul 30 2018 Sandro Mani <manisandro@gmail.com> - 5.11.2-2
|
||||||
- Add missing Requires: python2-enum34
|
- Add missing Requires: python2-enum34
|
||||||
|
Loading…
Reference in New Issue
Block a user