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@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@1.2.0
built 5 months ago does not depend on msgpack.  PRs are welcome.


Thanks.

-- 
+-------------------------------------------+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|                homepage: http://telka.sk/ |
+-------------------------------------------+

_______________________________________________
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to