Skip to content
Snippets Groups Projects
Commit 28bd7b9d authored by Volodymyr Babchuk's avatar Volodymyr Babchuk Committed by Jérôme Forissier
Browse files

buildroot: add host-python-pycrypto dependency


Currently sign.py uses system python to sign TAs. Problem is
that buildroot can build own host-python. This python lacks
pycrypto, so sign.py fails.

This patch adds dependency on host-python-pycrypto, so buildroot
will always build python with needed module.

Signed-off-by: default avatarVolodymyr Babchuk <vlad.babchuk@gmail.com>
Reviewed-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 60b52bca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment