Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 914767 Details for
Bug 1116470
python3-selenium depends on python-rdflib
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
python2-selenium.spec
python-selenium.spec (text/x-rpm-spec), 2.50 KB, created by
Ganapathi Kamath
on 2014-07-04 20:50:53 UTC
(
hide
)
Description:
python2-selenium.spec
Filename:
MIME Type:
Creator:
Ganapathi Kamath
Created:
2014-07-04 20:50:53 UTC
Size:
2.50 KB
patch
obsolete
>%if 0%{?fedora} >%global with_python3 1 >%endif > >%global upstream_name selenium >%global upstream_version 2.40.0 > >Name: python-%{upstream_name} >Version: %{upstream_version} >Release: 2%{?dist} >Summary: Python bindings for Selenium >License: ASL 2.0 >URL: http://docs.seleniumhq.org/ >Source0: http://pypi.python.org/packages/source/s/%{upstream_name}/%{upstream_name}-%{upstream_version}.tar.gz > >BuildRequires: python2-devel >BuildRequires: python-setuptools >Requires: python-rdflib >BuildArch: noarch > >Patch1: selenium-use-without-bundled-libs.patch > >%if 0%{?with_python3} >%package -n python3-%{upstream_name} >Summary: Python bindings for Selenium > >BuildRequires: python3-devel >BuildRequires: python3-setuptools >Requires: python3-rdflib >BuildArch: noarch > >%description -n python3-%{upstream_name} >The selenium package is used automate web browser interaction from Python. > >Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, >PhantomJS), as well as the Remote protocol. > >%endif # if with_python3 > >%description >The selenium package is used automate web browser interaction from Python. > >Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, >PhantomJS), as well as the Remote protocol. > >%prep >%setup -qn %{upstream_name}-%{upstream_version} >rm -r %{upstream_name}.egg-info > >find %{_builddir}/%{upstream_name}-%{upstream_version} -type f -name "*.py" -exec sed -i '1{/^#!/d;}' {} \; > >%patch1 -p1 > >%if %{with python3} >rm -rf %{py3dir} >cp -a . %{py3dir} >%endif > >%build >%{__python2} setup.py build > >%if %{with python3} >pushd %{py3dir} >%{__python3} setup.py build >popd >%endif > >%install >%{__python2} setup.py install --skip-build --root %{buildroot} > >rm -f %{buildroot}%{python2_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so >rm -f %{buildroot}%{python2_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so > >%if %{with python3} >pushd %{py3dir} >%{__python3} setup.py install --skip-build --root %{buildroot} >popd >rm -f %{buildroot}%{python3_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so >rm -f %{buildroot}%{python3_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so >%endif > >%files >%{python2_sitelib}/* >%doc py/README > >%if %{with python3} >%files -n python3-%{upstream_name} >%{python3_sitelib}/* >%doc py/README >%endif > >%changelog >* Thu Feb 27 2014 Dhiru Kholia <dhiru@openwall.com> - 2.40.0-2 >- fixed shebangs (BZ #1070125) > >* Wed Feb 26 2014 Dhiru Kholia <dhiru@openwall.com> - 2.40.0-1 >- initial version
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1116470
: 914767