14
0

Accepting request 627316 from home:namtrac:branches:devel:languages:python

- [py] Fix doc of URL-related ExpectedCondition (#6236)

OBS-URL: https://build.opensuse.org/request/show/627316
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=72
This commit is contained in:
Tomáš Chvátal
2018-08-03 11:32:32 +00:00
committed by Git OBS Bridge
parent 1baeb70ae0
commit 3777c54a23
4 changed files with 11 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-selenium
Version: 3.13.0
Version: 3.14.0
Release: 0
Summary: Python bindings for Selenium
License: Apache-2.0
@@ -30,7 +30,9 @@ BuildRequires: %{python_module rdflib}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: %{python_module urllib3}
Requires: python-rdflib
Requires: python-urllib3
ExclusiveArch: %{ix86} x86_64
%python_subpackages