[Bug 227754] sysutils/py-salt 2018.3.0 error with msgpack-python!=0.5.5,>0.3'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Apr 25 07:59:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227754
Matthew Leach <matt-freebsd at 3kt.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt-freebsd at 3kt.co.uk
--- Comment #1 from Matthew Leach <matt-freebsd at 3kt.co.uk> ---
Looks like its a salt issue looking for the deprecated python package name
called msgpack_python-0.5.6 whereas the package is now just msgpack-0.5.6.
I am using py36 but a quick fix is the following
cd /usr/local/lib/python3.6/site-packages
ln -s msgpack-0.5.6-py3.6.egg-info msgpack_python-0.5.6-py3.6.egg-info
Your salt minion should now start fine.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list