u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] CI: install python-cryptography for world build
@ 2026-07-20 13:13 Casey Connolly
  2026-07-20 14:31 ` Tom Rini
  2026-07-20 14:56 ` Quentin Schulz
  0 siblings, 2 replies; 4+ messages in thread
From: Casey Connolly @ 2026-07-20 13:13 UTC (permalink / raw)
  To: Heinrich Schuchardt, Michal Simek, Raymond Mao, Simon Glass,
	Tom Rini
  Cc: Casey Connolly, u-boot

The mkmbn Python tool used for some Qualcomm platforms needs the
cryptography module, make sure it's installed so the world build can
succeed.

Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
---
 .azure-pipelines.yml | 2 +-
 .gitlab-ci.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 4417ef4e5a50..562c5747c9d3 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -733,9 +733,9 @@ stages:
           python3 -m venv /tmp/venv
           . /tmp/venv/bin/activate
           pip install -r tools/binman/requirements.txt \
             -r tools/buildman/requirements.txt \
-            setuptools
+            setuptools cryptography
           if [[ "${BUILDMAN}" != "" ]]; then
               ret=0;
               tools/buildman/buildman -o /tmp -PEWM ${BUILDMAN} ${OVERRIDE} || ret=$?;
               if [[ $ret -ne 0 ]]; then
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 245e422d72fa..eb13fde82b86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -153,9 +153,9 @@ build all platforms in a single job:
     - python3 -m venv /tmp/venv;
       . /tmp/venv/bin/activate;
       pip install -r tools/binman/requirements.txt
         -r tools/buildman/requirements.txt
-        setuptools
+        setuptools cryptography
     - ret=0;
       git config --global --add safe.directory "${CI_PROJECT_DIR}";
       ./tools/buildman/buildman -o /tmp -PEWM -x xtensa || ret=$?;
       if [[ $ret -ne 0 ]]; then
-- 
2.55.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-06 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-20 13:13 [PATCH] CI: install python-cryptography for world build Casey Connolly
2026-07-20 14:31 ` Tom Rini
2026-08-06 13:17   ` Casey Connolly
2026-07-20 14:56 ` Quentin Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).