diff --git a/selenium.spec b/selenium.spec index a34d4e84151de1c31a924e038017c0ba28d3bff1..45f9a9d0c1290e650be0844995bc4257aa4a3d62 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