From ad138ac5a2a254c7d8c076be85558994064d3aa7 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:04:53 +0000 Subject: [PATCH] Fix install error --- python-requests.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index 43b0e43..96ecd0b 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -2,7 +2,7 @@ Name: python-requests Version: 2.25.1 -Release: 1 +Release: 2 Summary: Python HTTP Library License: ASL 2.0 URL: http://python-requests.org/ @@ -39,7 +39,7 @@ Summary: Awesome Python HTTP Library That's Actually Usable BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-chardet -BuildRequires: python%{python3_pkgversion}-urllib3 +BuildRequires: python%{python3_pkgversion}-urllib3 == 1.26.3 BuildRequires: python%{python3_pkgversion}-idna %if %{with tests} BuildRequires: python%{python3_pkgversion}-pytest @@ -49,7 +49,7 @@ BuildRequires: python%{python3_pkgversion}-pytest-mock %endif Requires: python%{python3_pkgversion}-chardet -Requires: python%{python3_pkgversion}-urllib3 +Requires: python%{python3_pkgversion}-urllib3 == 1.26.3 Requires: python%{python3_pkgversion}-idna Requires: ca-certificates @@ -92,6 +92,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %doc HISTORY.md README.md %changelog +* Thu Mar 02 2023 OpenStack_SIG - 2.25.1-2 +- Fix install error + * Thu Feb 4 2021 chengguipeng - 2.25.1-1 - update to 2.25.1 -- Gitee