indy_bls is soon-to-be published as a replacement for the python-ursa wrapper.
It should be possible to install the wheel package from PyPI as there is support for manylinux-2014-aarch64 and manylinux-2014-x86_64. The ursa Debian package can also be removed as a dependency.
In the Python code, from ursa.bls ... becomes from indy_bls ... and from ursa.indy_error import IndyCryptoError becomes from indy_bls import IndyBlsError.
The Ursa project is now archived.
indy_bls
issoon-to-bepublished as a replacement for thepython-ursa
wrapper.It should be possible to install the wheel package from PyPI as there is support for manylinux-2014-aarch64 and manylinux-2014-x86_64. The
ursa
Debian package can also be removed as a dependency.In the Python code,
from ursa.bls ...
becomesfrom indy_bls ...
andfrom ursa.indy_error import IndyCryptoError
becomesfrom indy_bls import IndyBlsError
.