provide pythonxdist(requests)
This commit is contained in:
parent
90c14b153d
commit
30fdc53bf1
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.26.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Python HTTP Library
|
||||
License: ASL 2.0
|
||||
URL: http://python-requests.org/
|
||||
@ -49,6 +49,9 @@ BuildRequires: python%{python3_pkgversion}-pytest-httpbin
|
||||
BuildRequires: python%{python3_pkgversion}-pytest-mock
|
||||
%endif
|
||||
|
||||
Provides: python%{python3_pkgversion}dist(requests) = %{version}
|
||||
Provides: python%{python3_version}dist(requests) = %{version}
|
||||
|
||||
Requires: python%{python3_pkgversion}-chardet
|
||||
Requires: python%{python3_pkgversion}-urllib3
|
||||
Requires: python%{python3_pkgversion}-idna
|
||||
@ -92,6 +95,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v
|
||||
%doc HISTORY.md README.md
|
||||
|
||||
%changelog
|
||||
* Mon Dec 13 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-2
|
||||
- provide pythonxdist(requests)
|
||||
|
||||
* Sat Dec 04 2021 wangkerong <wangkerong@huawei.com> - 2.26.0-1
|
||||
- update to 2.26.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user