Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186410 - www-client/pybugz and python v2.5 dependencies
Summary: www-client/pybugz and python v2.5 dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Alec Warner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.5
  Show dependency tree
 
Reported: 2007-07-24 01:57 UTC by James Rowe
Modified: 2007-08-11 10:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pybugz-0.6.11-ebuild.patch (pybugz-0.6.11-ebuild.patch,1.07 KB, patch)
2007-07-24 01:58 UTC, James Rowe
Details | Diff
pybugz-0.6.11-python_2.5.patch (pybugz-0.6.11-python_2.5.patch,589 bytes, patch)
2007-07-24 01:59 UTC, James Rowe
Details | Diff
pybugz-0.7.0-ebuild.patch (pybugz-0.7.0-ebuild.patch,647 bytes, patch)
2007-07-24 02:49 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2007-07-24 01:57:16 UTC
Python v2.5 includes elementtree, and therefore pybugz only requires
the external package with python v2.4.  The attached patch changes the
ebuild to require either Python v2.5 or v2.4 and elementtree.

Thanks,

James
Comment 1 James Rowe 2007-07-24 01:58:36 UTC
Created attachment 125820 [details, diff]
pybugz-0.6.11-ebuild.patch
Comment 2 James Rowe 2007-07-24 01:59:24 UTC
Created attachment 125822 [details, diff]
pybugz-0.6.11-python_2.5.patch
Comment 3 James Rowe 2007-07-24 02:49:22 UTC
Created attachment 125826 [details, diff]
pybugz-0.7.0-ebuild.patch

  Now that my sync is finished I see that there is a new version in the tree.

  0.7.0 now uses the bundled elementtree in Python v2.5 without a patch, but 
the ebuild for it still depends on elementtree.  This patch just changes the 
ebuild so we don't pull in the unused dependency with v2.5.
Comment 4 Santiago M. Mola (RETIRED) gentoo-dev 2007-08-11 10:11:44 UTC
Fixed in CVS, thanks for the report.