diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-05-17 10:36:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-05-19 03:25:26 +0200 |
commit | 392ed18542a1b2cae507c82bc48ddffb4f254e01 (patch) | |
tree | b04bd9a061d016c8e81536fd8627cdded11dc454 /.semaphore | |
parent | units: generate ReadWritePaths= in the template (diff) | |
download | systemd-392ed18542a1b2cae507c82bc48ddffb4f254e01.tar.xz systemd-392ed18542a1b2cae507c82bc48ddffb4f254e01.zip |
ci: drop py2 lxml, pull in jinja2
Diffstat (limited to '.semaphore')
-rwxr-xr-x | .semaphore/semaphore-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index a21d5d88e0..e7dbcb2ac1 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -57,7 +57,7 @@ for phase in "${PHASES[@]}"; do echo "deb http://archive.ubuntu.com/ubuntu $UBUNTU_RELEASE-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/backports.list sudo apt-get -q update sudo apt-get install -y -t "$UBUNTU_RELEASE-backports" lxc - sudo apt-get install -y python3-debian git dpkg-dev fakeroot + sudo apt-get install -y python3-debian git dpkg-dev fakeroot python3-jinja2 [ -d $AUTOPKGTEST_DIR ] || git clone --quiet --depth=1 https://salsa.debian.org/ci-team/autopkgtest.git "$AUTOPKGTEST_DIR" |