Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 186410

Summary: www-client/pybugz and python v2.5 dependencies
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: New packagesAssignee: Alec Warner <antarus>
Status: RESOLVED FIXED    
Severity: trivial CC: coldwind
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 148333    
Attachments: pybugz-0.6.11-ebuild.patch
pybugz-0.6.11-python_2.5.patch
pybugz-0.7.0-ebuild.patch

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.