diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2018-02-08 10:22:40 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-08 22:17:28 +0100 |
| commit | 66a68930fe217b0bf0ff84600361b05143a6c344 (patch) | |
| tree | 667a449818e9fc0b08562740f027fc0cf7415225 | |
| parent | f004f3eda96ee60dfa6896217455e5f7c766bcd9 (diff) | |
| download | buildroot-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.in | 1 |
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 |

