From d1d3e77d7960bda15d70bc47a40e6d350b6a9843 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 11 Aug 2021 08:47:32 +0000 Subject: [PATCH] Adds python3-urllib3 as requires --- selenium.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/selenium.spec b/selenium.spec index a34d4e8..b9f2524 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,6 +22,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +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