| 1 | mappings: |
| 2 | # Too old on Ubuntu 22.04; we install it from cargo instead |
| 3 | bindgen: |
| 4 | Ubuntu2204: |
| 5 | |
| 6 | python3: |
| 7 | CentOSStream9: python3.11 |
| 8 | |
| 9 | python3-devel: |
| 10 | CentOSStream9: python3.11-devel |
| 11 | |
| 12 | python3-pip: |
| 13 | CentOSStream9: python3.11-pip |
| 14 | |
| 15 | python3-setuptools: |
| 16 | CentOSStream9: python3.11-setuptools |
| 17 | |
| 18 | python3-sphinx: |
| 19 | CentOSStream9: |
| 20 | |
| 21 | python3-sphinx-rtd-theme: |
| 22 | CentOSStream9: |
| 23 | |
| 24 | python3-venv: |
| 25 | CentOSStream9: python3.11 |
| 26 | |
| 27 | python3-wheel: |
| 28 | CentOSStream9: python3.11-wheel |
| 29 | |
| 30 | meson: |
| 31 | # Use Meson from PyPI wherever Rust is enabled |
| 32 | Debian: |
| 33 | Fedora: |
| 34 | Ubuntu: |
| 35 | |
| 36 | python3-tomli: |
| 37 | # test using tomllib |
| 38 | apk: |
| 39 | Fedora: |
| 40 | Debian12: |
| 41 | |
| 42 | rust: |
| 43 | Debian12: rustc-web |
| 44 | Ubuntu2204: rustc-1.83 |
| 45 | Ubuntu2404: rustc-1.83 |
| 46 | |
| 47 | pypi_mappings: |
| 48 | # Request more recent version |
| 49 | meson: |
| 50 | default: meson==1.12.0 |
| 51 | |
| 52 | # Drop packages that need devel headers |
| 53 | python3-tomli: |
| 54 | apk: |
| 55 | Fedora: |
| 56 | Debian12: |