diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-04-22 13:54:27 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-04-22 13:55:19 -0700 |
| commit | 959c1becd63ff8ccbc106755574af9bb49392b08 (patch) | |
| tree | 218c6c97ecfdb4f3fc03bda48d071733339a7972 /ci/ciimage/opensuse | |
| parent | 57b468c75ae90e09f8bd98da12a5c420ab49cd79 (diff) | |
| download | meson-959c1becd63ff8ccbc106755574af9bb49392b08.tar.gz | |
ci: install python3-lxml
This will be used by the junit validation tests.
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 c5dd6df1f..79be8a117 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-setuptools python3-wheel python3-pip python3-pytest-xdist python3 + python3-setuptools python3-wheel python3-pip python3-pytest-xdist python3 python3-lxml ninja make git autoconf automake patch python3-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 |
