Add python3-devel dependency

This commit is contained in:
jpzhang187 2020-12-07 14:21:37 +08:00
parent f815a27090
commit 1aa3c290df
4 changed files with 7 additions and 4 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: python-hyperlink
Version: 18.0.0
Release: 9
Release: 10
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
Source0: https://github.com/python-hyper/hyperlink/archive/v%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3dist(sphinx) fontawesome-fonts
BuildRequires: python3dist(sphinx) fontawesome-fonts python3-devel
%{?python_enable_dependency_generator}
%description
@ -62,6 +62,9 @@ ln -s /usr/share/javascript/jquery/3.2.1/jquery.js html/_static/jquery-3.2.1.js
%doc README.md html
%changelog
* Mon Dec 07 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 18.0.0-10
- Add python3-devel dependency
* Wed Oct 21 2020 leiju <leiju4@huawei.com> - 18.0.0-9
- remove python2 subpackage

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: python-hyper/hyperlink
tag_prefix: ^v
seperator: .
separator: .

BIN
v18.0.0.tar.gz Normal file

Binary file not shown.