mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
package/python-crossbar: needs cbor2
Since upstream commit 71f81bf83d3a1d4c564131ed7408f4d7ffe79242, cbor2 is needed by crossbar. This commit first appeared in crossbar release v19.3.1, which means it is needed since the version bump that took place in Buildroot commit 44a9f390efc282f41052b39716eab04cd76b1680. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/517918425 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
39099153d9
commit
1849c3916a
@ -7,6 +7,7 @@ config BR2_PACKAGE_PYTHON_CROSSBAR
|
||||
select BR2_PACKAGE_PYTHON_AUTOBAHN
|
||||
select BR2_PACKAGE_PYTHON_BITSTRING
|
||||
select BR2_PACKAGE_PYTHON_CBOR
|
||||
select BR2_PACKAGE_PYTHON_CBOR2
|
||||
select BR2_PACKAGE_PYTHON_CLICK
|
||||
select BR2_PACKAGE_PYTHON_CONSTANTLY
|
||||
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
|
||||
|
Loading…
x
Reference in New Issue
Block a user