Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462260 - net-misc/flexget-1.0.3352 does not work with dev-python/sqlalchemy-0.8
Summary: net-misc/flexget-1.0.3352 does not work with dev-python/sqlalchemy-0.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-19 02:13 UTC by Craig Andrews
Modified: 2013-03-19 02:26 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Andrews gentoo-dev 2013-03-19 02:13:38 UTC
net-misc/flexget emerges fine, but then won't run.

$ flexget
Traceback (most recent call last):
  File "/usr/bin/flexget-python2.7", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 2807, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib64/python2.7/site-packages/pkg_resources.py", line 595, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: SQLAlchemy>=0.7,<0.7.99


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2013-03-19 02:26:57 UTC
+  19 Mar 2013; Mike Gilbert <floppym@gentoo.org> -flexget-1.0.3279.ebuild,
+  -flexget-1.0.3344.ebuild, flexget-1.0.3352.ebuild, flexget-9999.ebuild:
+  Add upper bound on sqlalchemy dependency, bug 462260.