From 32d273484d10857a734c6f42a2ad282f0b57d5eb Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 11 Aug 2021 09:01:04 +0000 Subject: [PATCH] Adds python3-urllib3 as requires --- selenium.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/selenium.spec b/selenium.spec index a34d4e8..45f9a9d 100644 --- a/selenium.spec +++ b/selenium.spec @@ -5,7 +5,7 @@ Python. Name: python-selenium Version: 3.141.0 -Release: 1 +Release: 2 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ @@ -22,7 +22,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel - +BuildRequires: python3-urllib3 +Requires: python3-urllib3 %description -n python3-selenium %{common_desc} @@ -78,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 11 2021 huangtianhua - 3.141.0-2 +- Adds python3-urllib3 as requires + * Tue Jul 20 2021 OpenStack_SIG - 3.141.0-1 - Package Spec generate -- Gitee