modify the BuildRequires and Requires for resolving unresovable
This commit is contained in:
parent
089976f113
commit
f79824f217
@ -1,6 +1,6 @@
|
|||||||
Name: python-websocket-client
|
Name: python-websocket-client
|
||||||
Version: 0.47.0
|
Version: 0.47.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: WebSocket client for python
|
Summary: WebSocket client for python
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://github.com/websocket-client/websocket-client
|
URL: https://github.com/websocket-client/websocket-client
|
||||||
@ -16,8 +16,8 @@ websocket-client supports only hybi-13.
|
|||||||
%package -n python2-websocket-client
|
%package -n python2-websocket-client
|
||||||
%{?python_provide:%python_provide python2-websocket-client}
|
%{?python_provide:%python_provide python2-websocket-client}
|
||||||
Summary: WebSocket client for python
|
Summary: WebSocket client for python
|
||||||
BuildRequires: python2-devel, python-setuptools, python2-backports-ssl_match_hostname, python-six
|
BuildRequires: python2-devel, python-setuptools, python2-backports-ssl_match_hostname, python2-six
|
||||||
Requires: python2-backports-ssl_match_hostname, python-six
|
Requires: python2-backports-ssl_match_hostname, python2-six
|
||||||
|
|
||||||
%description -n python2-websocket-client
|
%description -n python2-websocket-client
|
||||||
websocket-client module is WebSocket client for python.
|
websocket-client module is WebSocket client for python.
|
||||||
@ -74,5 +74,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/wsdump.py $RPM_BUILD_ROOT%{_bindir}/wsdump
|
|||||||
%{_bindir}/wsdump
|
%{_bindir}/wsdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 22 2020 hy-euler <eulerstoragemt@huawei.com> - 0.47.0-6
|
||||||
|
- modify the require of python-backports-ssl_match_hostname and python-six to python2
|
||||||
* Thu Feb 13 2020 Ruijun Ge <geruijun@huawei.com> - 0.47.0-5
|
* Thu Feb 13 2020 Ruijun Ge <geruijun@huawei.com> - 0.47.0-5
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user