Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353158 - app-misc/gourmet-0.15.7 doesn't support >=dev-python/sqlalchemy-0.6.4
Summary: app-misc/gourmet-0.15.7 doesn't support >=dev-python/sqlalchemy-0.6.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Joe Sapp (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 18:19 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-02-07 13:06 UTC (History)
1 user (show)

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


Attachments
fixed dependency on sqlalchemy (gourmet-0.15.7.ebuild,1.41 KB, text/plain)
2011-02-04 12:55 UTC, Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-01-29 18:19:21 UTC
app-misc/gourmet-0.15.7 specifies dependency on <dev-python/sqlalchemy-0.6.4.

If this dependency is still needed, then please report problem with app-misc/gourmet-0.15.7 + >=dev-python/sqlalchemy-0.6.4 to app-misc/gourmet upstream and add URL of upstream bug to this bug.

If this dependency is no longer needed, then please fix dependency.
Comment 1 Frank 2011-02-04 12:41:57 UTC
As stated in Bug #339415, there is a problem with sqlalchemy-0.6.4 which persists up to the gourmet-0.15.7 (just testet it).

If the ebuild in the tree would be fixed accordingly ("!=dev-python/sqlalchemy-0.6.4" instead of "<=" or ">=", the problem for gourmet as well as for the updates would be gone.
Comment 2 Frank 2011-02-04 12:55:30 UTC
Created attachment 261502 [details]
fixed dependency on sqlalchemy

Slighltly modified ebuild with fixed dependencies on !=dev-python/sqlalchemy-0.6.4
Comment 3 Joe Sapp (RETIRED) gentoo-dev 2011-02-07 13:06:26 UTC
Oops, looks like this originated with a (poor) attempt to fix bug #339415.  Thanks for the report.  Fix is in CVS.
FYI Frank, a diff against the original with your changes would be easier to scan for the changes you made.  I'm assuming it was just RDEPEND you changed.