Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 194754 - dev-python/nose-0.10.0_beta1 fails with FEATURES=test and USE=-twisted
Summary: dev-python/nose-0.10.0_beta1 fails with FEATURES=test and USE=-twisted
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 23:31 UTC by James Rowe
Modified: 2007-10-14 11:53 UTC (History)
1 user (show)

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


Attachments
nose-0.10.0_beta1-no_twisted.patch (nose-0.10.0_beta1-no_twisted.patch,834 bytes, patch)
2007-10-04 23:32 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-10-04 23:31:19 UTC
The fix for src_test with USE=-twisted in the 0.10.0_beta1 ebuild
fails to catch a few new twisted uses introduced since the previous
version.  The attached patch fixes this.

Thanks,

James
Comment 1 James Rowe 2007-10-04 23:32:02 UTC
Created attachment 132604 [details, diff]
nose-0.10.0_beta1-no_twisted.patch
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-10-04 23:38:09 UTC
This just doesn't make sense; why don't we make this DEPEND on twisted w/ USE=test?
Comment 3 Ali Polatel (RETIRED) gentoo-dev 2007-10-14 11:53:44 UTC
(In reply to comment #2)
> This just doesn't make sense; why don't we make this DEPEND on twisted w/
> USE=test?
> 
Indeed, I've added nose-0.10.0 to the tree, added test USE flag which
DEPENDs on twisted. I've also dropped twisted USE flag.
Thanks for reporting :)