Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573420 - dev-python/taskflow : missing dependancy for "automaton"
Summary: dev-python/taskflow : missing dependancy for "automaton"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-31 03:14 UTC by Thomas Capricelli
Modified: 2016-01-31 05:27 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 Thomas Capricelli 2016-01-31 03:14:28 UTC
Some package (sys-cluster/cinder) fails with this backtrace:

2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api     plugin = ep.resolve()
2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api   File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2376, in resolve
2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api     module = __import__(self.module_name, fromlist=['__name__'], level=0)
2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api   File "/usr/lib64/python2.7/site-packages/taskflow/engines/action_engine/engine.py", line 22, in <module>
2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api     from automaton import runners
2016-01-31 03:49:54.320 7521 ERROR cinder.volume.api ImportError: No module named automaton


And inedeed, in /usr/lib64/python2.7/site-packages/taskflow/engines/action_engine/engine.py there is an import of automaton ("from automaton import runners").

So I think taskflow should depend on dev-python/automaton
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2016-01-31 05:27:24 UTC
fixed, removed the bad version, the stable one worked though... so use that