diff options
author | Thomas Huth <thuth@redhat.com> | 2024-05-16 10:40:58 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-05-17 11:16:37 +0200 |
commit | d2f213cc069d3013b3204993d957a6eff59c220c (patch) | |
tree | 0290f06abb1e661c69b60b8148518e4c7ea4c183 /tests/lcitool | |
parent | fd77b25bbde962395b93335ade09b6d3127a6537 (diff) | |
download | qemu-d2f213cc069d3013b3204993d957a6eff59c220c.zip qemu-d2f213cc069d3013b3204993d957a6eff59c220c.tar.gz qemu-d2f213cc069d3013b3204993d957a6eff59c220c.tar.bz2 |
tests/lcitool/projects/qemu.yml: Sort entries alphabetically again
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>
Diffstat (limited to 'tests/lcitool')
-rw-r--r-- | tests/lcitool/projects/qemu.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/lcitool/projects/qemu.yml b/tests/lcitool/projects/qemu.yml index b63b6bd..7511ec7 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 |