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