remove python-nose dependency
This commit is contained in:
parent
254bb9ac93
commit
bae341b80b
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.26.7
|
Version: 1.26.7
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Sanity-friendly HTTP client for Python
|
Summary: Sanity-friendly HTTP client for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://urllib3.readthedocs.io
|
URL: https://urllib3.readthedocs.io
|
||||||
@ -25,7 +25,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: python3-nose python3-mock python3-six python-idna python-dateutil
|
BuildRequires: python3-cryptography python3-mock python3-six python-idna python-dateutil
|
||||||
BuildRequires: python3-pysocks python3-pytest python3-tornado python-trustme
|
BuildRequires: python3-pysocks python3-pytest python3-tornado python-trustme
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt
|
|||||||
%{python3_sitelib}/urllib3-*.egg-info
|
%{python3_sitelib}/urllib3-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 07 2022 zhanzhimin <zhanzhimin@huawei.com> - 1.26.7-2
|
||||||
|
- remove python-nose dependency
|
||||||
|
|
||||||
* Sat Nov 27 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.26.7-1
|
* Sat Nov 27 2021 zhanzhimin <zhanzhimin@huawei.com> - 1.26.7-1
|
||||||
- update to 1.26.7
|
- update to 1.26.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user