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