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