xref: /qemu/tests/lcitool/mappings.yml (revision 8b7b9c5c)
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-tomli:
63    # test using tomllib
64    apk:
65    Fedora:
66    Debian12:
67    OpenSUSELeap15:
68    # Not available for Python 3.8
69    CentOSStream8:
70
71  python3-venv:
72    CentOSStream8: python38
73    OpenSUSELeap15: python311-base
74
75  python3-wheel:
76    CentOSStream8: python38-wheel
77    OpenSUSELeap15: python311-pip
78
79pypi_mappings:
80  # Request more recent version
81  meson:
82    default: meson==0.63.2
83
84  # Drop packages that need devel headers
85  python3-numpy:
86    OpenSUSELeap15:
87
88  # see above
89  python3-tomli:
90    apk:
91    Fedora:
92    Debian12:
93    OpenSUSELeap15:
94