Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554432 - net-misc/flexget depends on sqlalchemy
Summary: net-misc/flexget depends on sqlalchemy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 11:51 UTC by Oleg Gawriloff
Modified: 2015-08-26 01:06 UTC (History)
0 users

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 Oleg Gawriloff 2015-07-10 11:51:27 UTC
In flexget ebuild we see following:
        >=dev-python/sqlalchemy-0.7.5[${PYTHON_USEDEP}]
        <dev-python/sqlalchemy-0.9.99
But in requirements.txt of flexget:
SQLAlchemy >=0.7.5, !=0.9.0, <1.999
with introducing sqlalchemy 1.0 this spring this should be rewritten to allow 1.0 and forth.

Currently we receive following error during each emerge -u world:
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-python/sqlalchemy:0

  (dev-python/sqlalchemy-1.0.6:0/0::gentoo, ebuild scheduled for merge) conflicts with
    <dev-python/sqlalchemy-0.9.99 required by (net-misc/flexget-1.2.315:0/0::gentoo, installed)
    ^                      ^^^^^^


Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2015-08-26 01:06:27 UTC
Fixed in flexget-1.2.346. Thanks.