浏览代码

python-crossbar: add missing runtime dependency

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Yegor Yefremov 7 年之前
父节点
当前提交
66a68930fe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/python-crossbar/Config.in

+ 1 - 0
package/python-crossbar/Config.in

@@ -4,6 +4,7 @@ config BR2_PACKAGE_PYTHON_CROSSBAR
 	# All the following dependencies are runtime dependencies
 	select BR2_PACKAGE_PYTHON_ATTRS
 	select BR2_PACKAGE_PYTHON_AUTOBAHN
+	select BR2_PACKAGE_PYTHON_BITSTRING
 	select BR2_PACKAGE_PYTHON_CONSTANTLY
 	select BR2_PACKAGE_PYTHON_CBOR
 	select BR2_PACKAGE_PYTHON_CLICK