Adds python3-urllib3 as requires

This commit is contained in:
huangtianhua 2021-08-11 09:01:04 +00:00 committed by Gitee
parent c77953366c
commit 32d273484d

View File

@ -5,7 +5,7 @@
Python. Python.
Name: python-selenium Name: python-selenium
Version: 3.141.0 Version: 3.141.0
Release: 1 Release: 2
Summary: Python bindings for Selenium Summary: Python bindings for Selenium
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/SeleniumHQ/selenium/ URL: https://github.com/SeleniumHQ/selenium/
@ -22,7 +22,8 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-urllib3
Requires: python3-urllib3
%description -n python3-selenium %description -n python3-selenium
%{common_desc} %{common_desc}
@ -78,5 +79,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Aug 11 2021 huangtianhua <huangtianhua@huawei.com> - 3.141.0-2
- Adds python3-urllib3 as requires
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 3.141.0-1 * Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 3.141.0-1
- Package Spec generate - Package Spec generate