forked from pool/python-selenium
- Don't install the binary Firefox extension until this is solved
with upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
46bb05d577
commit
f53469b038
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 12:53:38 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Don't install the binary Firefox extension until this is solved
|
||||
with upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 2 12:29:00 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@@ -53,6 +53,7 @@ python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/ie/{win32,x64}/IEDriver.dll # Remove unused Windows DLLs
|
||||
rm -r %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/{amd64,x86}/x_ignore_nofocus.so # Don't install binary Firefox extension
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Reference in New Issue
Block a user