summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2018-02-08 10:22:40 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-08 22:17:28 +0100
commit66a68930fe217b0bf0ff84600361b05143a6c344 (patch)
tree667a449818e9fc0b08562740f027fc0cf7415225
parentf004f3eda96ee60dfa6896217455e5f7c766bcd9 (diff)
downloadbuildroot-66a68930fe217b0bf0ff84600361b05143a6c344.tar.gz
buildroot-66a68930fe217b0bf0ff84600361b05143a6c344.zip
python-crossbar: add missing runtime dependency
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/python-crossbar/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in
index 705864471c..96a25c2c69 100644
--- a/package/python-crossbar/Config.in
+++ b/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
OpenPOWER on IntegriCloud