Tags: + patch
I've attached a patch for a direct fix.
I'm delaying applying it for 24-48 hours until I hear from upstream if
salt-common should require python-msgpack or not.
A fair bit of the code implies python-msgpack should not be needed for
local (ie salt-call) use.
Joe
diff --git a/debian/control b/debian/control
index 256af75..100f03e 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Depends: ${python:Depends},
python-jinja2,
python-apt,
python-yaml,
+ python-msgpack,
python-pkg-resources
Recommends: lsb-release,
python-mako