remove python-nose dependency

This commit is contained in:
zhanzhimin 2022-01-07 03:33:41 +00:00
parent 254bb9ac93
commit bae341b80b

View File

@ -3,7 +3,7 @@
Name: python-%{srcname}
Version: 1.26.7
Release: 1
Release: 2
Summary: Sanity-friendly HTTP client for Python
License: MIT
URL: https://urllib3.readthedocs.io
@ -25,7 +25,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
%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
%endif
@ -73,6 +73,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pyt
%{python3_sitelib}/urllib3-*.egg-info
%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
- update to 1.26.7