xref: /qemu/tests/lcitool/mappings.yml (revision c5f122fdcc280a82e7c5f31de890f985aa7ba773)
1mappings:
2  # Too old on Ubuntu 22.04; we install it from cargo instead
3  bindgen:
4    Ubuntu2204:
5
6  flake8:
7    OpenSUSELeap15:
8
9  meson:
10    OpenSUSELeap15:
11
12  python3:
13    OpenSUSELeap15: python311-base
14
15  python3-PyYAML:
16    OpenSUSELeap15:
17
18  python3-devel:
19    OpenSUSELeap15: python311-devel
20
21  python3-docutils:
22    OpenSUSELeap15:
23
24  python3-numpy:
25    OpenSUSELeap15:
26
27  python3-opencv:
28    OpenSUSELeap15:
29
30  python3-pillow:
31    OpenSUSELeap15:
32
33  python3-pip:
34    OpenSUSELeap15: python311-pip
35
36  python3-pillow:
37    OpenSUSELeap15:
38
39  python3-selinux:
40    OpenSUSELeap15:
41
42  python3-setuptools:
43    OpenSUSELeap15: python311-setuptools
44
45  python3-sphinx:
46    OpenSUSELeap15:
47
48  python3-sphinx-rtd-theme:
49    OpenSUSELeap15:
50
51  python3-sqlite3:
52    OpenSUSELeap15: python311
53
54  python3-tomli:
55    # test using tomllib
56    apk:
57    Fedora:
58    Debian12:
59    OpenSUSELeap15:
60
61  python3-venv:
62    OpenSUSELeap15: python311-base
63
64  python3-wheel:
65    OpenSUSELeap15: python311-pip
66
67  rust:
68    Debian12: rustc-web
69    Ubuntu2204: rustc-1.77
70    Ubuntu2404: rustc-1.77
71
72pypi_mappings:
73  # Request more recent version
74  meson:
75    default: meson==1.5.0
76
77  # Drop packages that need devel headers
78  python3-numpy:
79    OpenSUSELeap15:
80
81  # see above
82  python3-tomli:
83    apk:
84    Fedora:
85    Debian12:
86    OpenSUSELeap15:
87