diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-03-24 11:02:00 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-04-02 09:47:06 +0200 |
| commit | 934863ba3b491d5931542c1321576ce582dbaa72 (patch) | |
| tree | 075f23c61dfa093d961ef7ac181a451b01f9bc3f /ci/ciimage/opensuse | |
| parent | aee02c9bec49ca0ac972c0710c76382b9484eb65 (diff) | |
| download | meson-934863ba3b491d5931542c1321576ce582dbaa72.tar.gz | |
ci: Added python-jsonschema to docker images
Diffstat (limited to 'ci/ciimage/opensuse')
| -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 b30b20802..5cb61ecbe 100755 --- a/ci/ciimage/opensuse/install.sh +++ b/ci/ciimage/opensuse/install.sh @@ -2,7 +2,7 @@ pkgs=( python3-setuptools python3-wheel python3-pip python3-pytest-xdist python3 python2 - ninja make git autoconf automake patch python3-Cython python2-Cython + ninja make git autoconf automake patch python3-Cython python2-Cython python3-jsonschema elfutils gcc gcc-c++ gcc-fortran gcc-objc gcc-obj-c++ vala rust bison flex curl mono-core gtkmm3-devel gtest gmock protobuf-devel wxGTK3-3_2-devel gobject-introspection-devel itstool gtk3-devel java-13-openjdk-devel gtk-doc llvm-devel clang-devel libSDL2-devel graphviz-devel zlib-devel zlib-devel-static |
