mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
See NEWS:
https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.6.0/NEWS.md
The upstream source archive name changed (dash '-' changed to
underscore '_'). This commit updates _SOURCE to reflect that change.
This commit also updates _SITE to use a stable URL which will redirect
to the package archive, to reduce future maintenance.
This package has been broken at runtime since Buildroot commit [1]
"package/python-setuptools: bump to version 82.0.0", which removed
the python module 'pkg_resources' which was deprecated. This new
version removes those usage and fixes this issue. Setupuptools is still
erroneously listed as a dependency in the upstream setup.py[2] but is not
actually used anymore at runtime.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/13904071794
Note: this commit fixes only the runtime invocation of
wormhole-mailbox, the complete fix for the test_python_magic_wormhole
runtime test also requires the update of
python-magic-wormhole-transit-relay.
[1] 51365ff063
[2] https://github.com/magic-wormhole/magic-wormhole-mailbox-server/blob/0.6.0/setup.py#L37
Signed-off-by: Julien Olivain <ju.o@free.fr>
[Marcus: remove python-setuptools select from Config.in]
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
17 lines
774 B
Plaintext
17 lines
774 B
Plaintext
config BR2_PACKAGE_PYTHON_MAGIC_WORMHOLE_MAILBOX_SERVER
|
|
bool "python-magic-wormhole-mailbox-server"
|
|
depends on BR2_INSTALL_LIBSTDCPP # python-autobahn -> python-ujson
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-autobahn -> python-cryptography
|
|
select BR2_PACKAGE_PYTHON3_SQLITE # runtime
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
|
|
select BR2_PACKAGE_PYTHON_TWISTED # runtime
|
|
help
|
|
This package is the main server that Magic-Wormhole clients
|
|
connect to. The server performs store-and-forward delivery
|
|
for small key-exchange and control messages. Bulk data is
|
|
sent over a direct TCP connection, or through a
|
|
transit-relay.
|
|
|
|
https://github.com/magic-wormhole/magic-wormhole-mailbox-server
|