[OpenIndiana-discuss] borg missing msgpack dependency?
Marcel Telka
marcel at telka.sk
Thu Sep 29 06:50:53 UTC 2022
On Tue, Sep 27, 2022 at 12:29:31AM +1000, Carl Brewer wrote:
> I just bumped a ~12 month old OI Hipster that had Borg installed on it to
> the current pkg contents.
>
> Ran borg, saw this :
>
> root at hog:/slow/backups# borg
> Traceback (most recent call last):
> File "/usr/lib/python3.9/vendor-packages/borg/archiver.py", line 38, in
> <module>
> from . import helpers
> File "/usr/lib/python3.9/vendor-packages/borg/helpers/__init__.py", line
> 14, in <module>
> from .misc import * # NOQA
> File "/usr/lib/python3.9/vendor-packages/borg/helpers/misc.py", line 16,
> in <module>
> from . import msgpack
> File "/usr/lib/python3.9/vendor-packages/borg/helpers/msgpack.py", line
> 19, in <module>
> from msgpack import Packer as mp_Packer
> ModuleNotFoundError: No module named 'msgpack'
>
> pkg install python/msgpack fixes it
>
>
> Is this an artifact of recent changes to Python versions that didn't quite
> make a dependency list?
I do not think this is something recent because even backup/borg at 1.2.0
built 5 months ago does not depend on msgpack. PRs are welcome.
Thanks.
--
+-------------------------------------------+
| Marcel Telka e-mail: marcel at telka.sk |
| homepage: http://telka.sk/ |
+-------------------------------------------+
More information about the openindiana-discuss
mailing list