1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

ci: drop py2 lxml, pull in jinja2

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-05-17 10:36:30 +02:00
committed by Yu Watanabe
parent 71ae5ce544
commit 392ed18542
4 changed files with 4 additions and 3 deletions

View File

@@ -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"