From bae341b80b0f55a18f478c4cd82ced97bf3edbeb Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Fri, 7 Jan 2022 03:33:41 +0000 Subject: [PATCH] remove python-nose dependency --- python-urllib3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-urllib3.spec b/python-urllib3.spec index c71737a..9b80eb5 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -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 - 1.26.7-2 +- remove python-nose dependency + * Sat Nov 27 2021 zhanzhimin - 1.26.7-1 - update to 1.26.7 -- Gitee