Skip to content
Commit 10a48353 authored by MiLo's avatar MiLo Committed by Martin Jansa
Browse files

python-twisted: Fix dependencies of twisted modules



When installing just "twisted-web" on a device, none of the dependencies
are being copied, it wouldn't even install python-core. Fix the recipe so
that its packages have proper dependencies, and no longer require to install
the empty python-twisted meta recipe.

Add "python-contextlib" to the core dependencies and stop causing systems
to crash with:
  File "/usr/lib/python2.7/site-packages/twisted/python/threadpool.py", line 18, in <module>
    ImportError: No module named contextlib

Signed-off-by: default avatarMike Looijmans <milo-software@users.sourceforge.net>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 736e3daa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment