Mailinglist Archive: opensuse-bugs (10824 mails)
| < Previous | Next > |
[Bug 551234] New: osc .deb for Debian conflict with python > 2.5
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 29 Oct 2009 21:53:23 -0600
- Message-id: <bug-551234-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=551234
Summary: osc .deb for Debian conflict with python > 2.5
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: OBS Request
AssignedTo: mrueckert@xxxxxxxxxx
ReportedBy: nfbrown@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
The Debian package for osc,
http://download.opensuse.org/repositories/openSUSE:/Tools/Debian_Etch/amd64/osc_0.123-1_amd64.deb
Depends on python having exactly version 2.4:
Depends: python (<< 2.5), python (>= 2.4), python-celementtree,
python-urlgrabber
However debian/testing has 2.5 so osc cannot be installed.
Debian can have multiple versions of python - I have "python2.3" "python2.4",
"python2.5" and "pytho2.6" all installed.
It would be better if the 'osc' script started
#!/usr/bin/python2.4
and the package depended on "python2.4" rather than a specific version of
"python".
When I make these changes the package installs and runs perfectly.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: osc .deb for Debian conflict with python > 2.5
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: OBS Request
AssignedTo: mrueckert@xxxxxxxxxx
ReportedBy: nfbrown@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
The Debian package for osc,
http://download.opensuse.org/repositories/openSUSE:/Tools/Debian_Etch/amd64/osc_0.123-1_amd64.deb
Depends on python having exactly version 2.4:
Depends: python (<< 2.5), python (>= 2.4), python-celementtree,
python-urlgrabber
However debian/testing has 2.5 so osc cannot be installed.
Debian can have multiple versions of python - I have "python2.3" "python2.4",
"python2.5" and "pytho2.6" all installed.
It would be better if the 'osc' script started
#!/usr/bin/python2.4
and the package depended on "python2.4" rather than a specific version of
"python".
When I make these changes the package installs and runs perfectly.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |