From 8be6e8e3583459fcbfc3641d4c9bcd233f3a4b76 Mon Sep 17 00:00:00 2001 From: gu-gu-gu Date: Thu, 12 Mar 2020 10:55:08 +0800 Subject: [PATCH] remove useless buildrequires --- python-hyperlink.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-hyperlink.spec b/python-hyperlink.spec index f427054..95ba732 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -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 - 18.0.0-7 +- Remove useless buildrequires + * Thu Feb 20 2020 gulining - 18.0.0-6 - Package init