# borg -V
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/borg/archiver.py", line 47, in <module>
File "/usr/lib/python3.13/site-packages/borg/archive.py", line 24, in <module>
File "/usr/lib/python3.13/site-packages/borg/cache.py", line 31, in <module>
File "/usr/lib/python3.13/site-packages/borg/crypto/key.py", line 10, in <module>
ImportError: cannot import name 'pbkdf2_hmac' from 'hashlib' (/usr/lib/python3.13/hashlib.pyc)
Package Name
Borgbackup
Maintainer
@julienmalik
OpenWrt Version
25.12.0-rc1
OpenWrt Target/Subtarget
ipq806x/generic
Steps to Reproduce
Actual Behaviour
See steps to reproduce above.
See borgbackup/borg#8691
See borgbackup/borg#8691 (comment)
See https://docs.python.org/3/library/hashlib.html#hashlib.pbkdf2_hmac:
Solution: add dependency +python3-openssl to borgbackup makefile
I will raise a separate issue for python-pyfuse3
Confirmation Checklist