On 9/29/25 10:03 AM, Jonas Rebmann wrote: > Needed for bareboxtlv-generator.py which will be part of integration > tests. > > While at it, sort python packages alphabetically. > > Signed-off-by: Jonas Rebmann <[email protected]>
Reviewed-by: Ahmad Fatoum <[email protected]> > --- > test/Containerfile | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/test/Containerfile b/test/Containerfile > index c6c3c57596..f2e785d17c 100644 > --- a/test/Containerfile > +++ b/test/Containerfile > @@ -43,11 +43,13 @@ RUN apt-get update && apt-get install -y > --no-install-recommends \ > qemu-system-common \ > ovmf \ > python3 \ > - python3-pip \ > - python3-virtualenv \ > - python3-setuptools \ > + python3-crcmod \ > + python3-cryptography \ > python3-jsonschema \ > python3-libfdt \ > + python3-pip \ > + python3-setuptools \ > + python3-virtualenv \ > python3-yaml \ > virtualenv \ > sudo \ > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
