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 838986 Details for
Bug 1038398
Enable python3 subpackage
[?]
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.
[patch]
Patch for building with python2 and python3
python.patch (text/plain), 1.29 KB, created by
Petr Hracek
on 2013-12-19 13:40:48 UTC
(
hide
)
Description:
Patch for building with python2 and python3
Filename:
MIME Type:
Creator:
Petr Hracek
Created:
2013-12-19 13:40:48 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/python-jedi.spec b/python-jedi.spec >index c0fef25..83e3149 100644 >--- a/python-jedi.spec >+++ b/python-jedi.spec >@@ -12,6 +12,7 @@ Source0: http://pypi.python.org/packages/source/j/%{pypi_name}/%{pypi_nam > BuildArch: noarch > > BuildRequires: python2-devel >+BuildRequires: python3-devel > BuildRequires: python-setuptools > > %description >@@ -37,18 +38,22 @@ licensing, just contact me. > rm -rf %{pypi_name}.egg-info > > %build >-%{__python} setup.py build >+%{__python2} setup.py build >+%{__python3} setup.py build > > %install > # Must do the subpackages' install first because the scripts in /usr/bin are > # overwritten with every setup.py install (and we want the python2 version > # to be the default for now). >-%{__python} setup.py install --skip-build --root %{buildroot} >+%{__python2} setup.py install --skip-build --root %{buildroot} >+%{__python3} setup.py install --skip-build --root %{buildroot} > > %files > %doc README.rst LICENSE.txt >-%{python_sitelib}/%{pypi_name} >-%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info >+%{python2_sitelib}/%{pypi_name} >+%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info >+%{python3_sitelib}/%{pypi_name} >+%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info > > %changelog > * Fri Aug 23 2013 Petr Hracek <phracek@redhat.com> - 0.7.0-1
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1038398
: 838986