diff mbox series

python-crossbar: add missing runtime dependency

Message ID 1518081760-25218-1-git-send-email-yegorslists@googlemail.com
State Accepted
Headers show
Series python-crossbar: add missing runtime dependency | expand

Commit Message

Yegor Yefremov Feb. 8, 2018, 9:22 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/python-crossbar/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 8, 2018, 9:17 p.m. UTC | #1
Hello,

On Thu,  8 Feb 2018 10:22:40 +0100, yegorslists@googlemail.com wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/python-crossbar/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in
index 7058644..96a25c2 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