!3 remove useless require

Merge pull request !3 from gu-gu-gu/master
This commit is contained in:
openeuler-ci-bot 2020-03-13 14:05:40 +08:00 committed by Gitee
commit 5086b967ab

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