Re: [PATCH] CI: install python-cryptography for world build
Quentin Schulz <[email protected]> Mon, 20 Jul 2026 16:56:18 +0200
| Newsgroups | de.denx.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Casey, On 7/20/26 3:13 PM, Casey Connolly wrote: > The mkmbn Python tool used for some Qualcomm platforms needs the > cryptography module, make sure it's installed so the world build can > succeed. > I would suggest to have a requirements.txt somewhere in tools/qcom/mkmbn/ (or the parent) that reflects all external dependencies of mkmbn. This will make it easier for integrators to know which dependencies are required for building which part(s) of U-Boot. Then we can add it to the list of requirements.txt we install in the CI. Cheers, Quentin