[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/6] tests/lcitool/projects/qemu.yml: Sort entries alphabetically
From: |
Thomas Huth |
Subject: |
[PULL 4/6] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again |
Date: |
Fri, 17 May 2024 14:25:50 +0200 |
Let's try to keep the entries in alphabetical order here!
Message-ID: <20240516084059.511463-5-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/lcitool/projects/qemu.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml
index b63b6bd850..7511ec7ccb 100644
--- a/tests/lcitool/projects/qemu.yml
+++ b/tests/lcitool/projects/qemu.yml
@@ -35,8 +35,8 @@ packages:
- hostname
- json-c
- libaio
- - libattr
- libasan
+ - libattr
- libbpf
- libc-static
- libcacard
@@ -54,6 +54,7 @@ packages:
- libjpeg
- libnfs
- libnuma
+ - libpipewire-dev
- libpmem
- libpng
- librbd
@@ -73,27 +74,26 @@ packages:
- llvm
- lttng-ust
- lzo
+ - make
+ - mesa-libgbm
+ - meson
- mtools
+ - ncursesw
- netcat
- nettle
- ninja
- nsis
- - make
- - mesa-libgbm
- - meson
- - ncursesw
- pam
- pcre-static
- pixman
- - libpipewire-dev
- pkg-config
- pulseaudio
- python3
- - python3-PyYAML
- python3-numpy
- python3-opencv
- python3-pillow
- python3-pip
+ - python3-PyYAML
- python3-sphinx
- python3-sphinx-rtd-theme
- python3-sqlite3
@@ -121,6 +121,6 @@ packages:
- which
- xen
- xorriso
- - zstdtools
- zlib
- zlib-static
+ - zstdtools
--
2.45.0
- [PULL 0/6] Fix s390x crash and clean up container images, Thomas Huth, 2024/05/17
- [PULL 1/6] tests/lcitool/refresh: Treat the output of lcitool as text, not as bytes, Thomas Huth, 2024/05/17
- [PULL 3/6] tests/lcitool: Remove g++ from the containers (except for the MinGW one), Thomas Huth, 2024/05/17
- [PULL 2/6] tests/lcitool: Remove 'xfsprogs' from QEMU, Thomas Huth, 2024/05/17
- [PULL 6/6] hw/intc/s390_flic: Fix crash that occurs when saving the machine state, Thomas Huth, 2024/05/17
- [PULL 4/6] tests/lcitool/projects/qemu.yml: Sort entries alphabetically again,
Thomas Huth <=
- [PULL 5/6] tests/docker/dockerfiles: Update container files with "lcitool-refresh", Thomas Huth, 2024/05/17
- Re: [PULL 0/6] Fix s390x crash and clean up container images, Richard Henderson, 2024/05/18