!2 Remove useless buildrequires

Merge pull request !2 from gu-gu-gu/master
This commit is contained in:
openeuler-ci-bot 2020-03-12 11:16:26 +08:00 committed by Gitee
commit 954f6e0ee5

View File

@ -1,13 +1,13 @@
Name: python-hyperlink
Version: 18.0.0
Release: 6
Release: 7
Summary: A pure-Python implementation of immutable URLs
License: MIT and BSD and OFL
URL: https://github.com/python-hyper/hyperlink
Source0: https://files.pythonhosted.org/packages/source/h/hyperlink/hyperlink-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel python2dist(idna) >= 2.5 python2dist(setuptools) python2dist(unittest2)
BuildRequires: python3dist(sphinx) fontawesome-fonts js-underscore js-jquery
BuildRequires: python3dist(sphinx) fontawesome-fonts
%{?python_enable_dependency_generator}
%description
@ -78,5 +78,8 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js
%doc README.md html
%changelog
* Thu Mar 12 2020 gulining<gulining1@huawei.com> - 18.0.0-7
- Remove useless buildrequires
* Thu Feb 20 2020 gulining<gulining1@huawei.com> - 18.0.0-6
- Package init