- Add missing runtime dependency on idna
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=7
This commit is contained in:
parent
9a302f3b6d
commit
c689c55dc3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 10:15:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add missing runtime dependency on idna
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 10:25:35 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@ -23,16 +23,15 @@ Release: 0
|
||||
Summary: Immutable URL support for Python
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/python-hyper/hyperlink
|
||||
URL: https://github.com/python-hyper/hyperlink
|
||||
Source: https://files.pythonhosted.org/packages/source/h/hyperlink/hyperlink-%{version}.tar.gz
|
||||
BuildRequires: %{python_module idna >= 2.5}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-idna >= 2.5
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -56,7 +55,6 @@ based on RFC 3986 and 3987.
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md README.md docs/*.rst
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user