Date: Wed, 25 Apr 2018 07:59:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227754] sysutils/py-salt 2018.3.0 error with msgpack-python!=0.5.5,>0.3' Message-ID: <bug-227754-7788-v5YMxEVfUj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-227754-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-227754-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227754 Matthew Leach <matt-freebsd@3kt.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt-freebsd@3kt.co.uk --- Comment #1 from Matthew Leach <matt-freebsd@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227754-7788-v5YMxEVfUj>