diff options
| author | Sam James <sam@gentoo.org> | 2024-08-16 04:53:43 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-08-19 03:24:02 +0100 |
| commit | 9f85279e30d4157d54d92f451eaecc52d9ffe506 (patch) | |
| tree | 7020e5e89e8e6db3ee9473f6504d0ff01e957767 | |
| parent | ca734222cf5e38dd7a26eeabbf4f823530d58557 (diff) | |
| download | meson-9f85279e30d4157d54d92f451eaecc52d9ffe506.tar.gz | |
ci: opensuse: add setuptools
`test_meson_installed` fails without setuptools:
```
$ /usr/bin/python3 run_meson_command_tests.py -v
Meson build system 1.5.99 Command Tests
test_meson_exe_windows (__main__.CommandTests.test_meson_exe_windows) ... skipped 'NOT IMPLEMENTED'
test_meson_installed (__main__.CommandTests.test_meson_installed) ... Traceback (most recent call last):
File "/meson/setup.py", line 12, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'
ERROR
```
| -rwxr-xr-x | ci/ciimage/opensuse/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/opensuse/install.sh b/ci/ciimage/opensuse/install.sh index 91df533ba..7de18ecb6 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -5,7 +5,7 @@ set -e source /ci/common.sh pkgs=( - python3-pip python3 python3-devel + python3-pip python3 python3-devel python3-setuptools ninja make git autoconf automake patch libjpeg-devel elfutils gcc gcc-c++ gcc-fortran gcc-objc gcc-obj-c++ vala rust bison flex curl lcov mono-core gtkmm3-devel gtest gmock protobuf-devel wxGTK3-3_2-devel gobject-introspection-devel |
