1mappings: 2 flake8: 3 OpenSUSELeap15: 4 5 # Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we 6 # have to disable all packages that depend on libgl1-mesa-dri:mips64el 7 gtk3: 8 mips64el-deb: 9 10 libdrm: 11 mips64el-deb: 12 13 libepoxy: 14 mips64el-deb: 15 16 mesa-libgbm: 17 mips64el-deb: 18 19 meson: 20 OpenSUSELeap15: 21 22 python3: 23 OpenSUSELeap15: python311-base 24 25 python3-PyYAML: 26 OpenSUSELeap15: 27 28 python3-devel: 29 OpenSUSELeap15: python311-devel 30 31 python3-docutils: 32 OpenSUSELeap15: 33 34 python3-numpy: 35 OpenSUSELeap15: 36 37 python3-opencv: 38 OpenSUSELeap15: 39 40 python3-pillow: 41 OpenSUSELeap15: 42 43 python3-pip: 44 OpenSUSELeap15: python311-pip 45 46 python3-pillow: 47 OpenSUSELeap15: 48 49 python3-selinux: 50 OpenSUSELeap15: 51 52 python3-setuptools: 53 OpenSUSELeap15: python311-setuptools 54 55 python3-sphinx: 56 OpenSUSELeap15: 57 58 python3-sphinx-rtd-theme: 59 OpenSUSELeap15: 60 61 python3-sqlite3: 62 OpenSUSELeap15: python311 63 64 python3-tomli: 65 # test using tomllib 66 apk: 67 Fedora: 68 Debian12: 69 OpenSUSELeap15: 70 71 python3-venv: 72 OpenSUSELeap15: python311-base 73 74 python3-wheel: 75 OpenSUSELeap15: python311-pip 76 77 sdl2: 78 mips64el-deb: 79 80 sdl2-image: 81 mips64el-deb: 82 83 virglrenderer: 84 mips64el-deb: 85 86 vte: 87 mips64el-deb: 88 89pypi_mappings: 90 # Request more recent version 91 meson: 92 default: meson==0.63.2 93 94 # Drop packages that need devel headers 95 python3-numpy: 96 OpenSUSELeap15: 97 98 # see above 99 python3-tomli: 100 apk: 101 Fedora: 102 Debian12: 103 OpenSUSELeap15: 104