remove useless require

This commit is contained in:
gu-gu-gu 2020-03-13 09:43:40 +08:00
parent 8be6e8e358
commit cd990ed06b

View File

@ -1,6 +1,6 @@
Name: python-hyperlink
Version: 18.0.0
Release: 7
Release: 8
Summary: A pure-Python implementation of immutable URLs
License: MIT and BSD and OFL
URL: https://github.com/python-hyper/hyperlink
@ -29,7 +29,7 @@ Hyperlink is a featureful, pure-Python implementation of the URL, with an emphas
%package help
Summary: This package contains help documents
Requires: fontawesome-fonts js-underscore js-jquery
Requires: fontawesome-fonts
Provides: python-hyperlink-doc = %{version}-%{release}
Obsoletes: python-hyperlink-doc < %{version}-%{release}
@ -78,6 +78,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js
%doc README.md html
%changelog
* Fri Mar 13 2020 gulining<gulining1@huawei.com> - 18.0.0-8
- Remove useless requires
* Thu Mar 12 2020 gulining<gulining1@huawei.com> - 18.0.0-7
- Remove useless buildrequires