contrib/packages: install pexpect

We'd like to use this for client unit testing.
This commit is contained in:
Lubomir Rintel 2022-06-29 12:58:41 +02:00
parent 7f766014c5
commit 12fe0ae312
4 changed files with 8 additions and 5 deletions

View file

@ -48,11 +48,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
FEDORA_TAG: '2022-06-27.0-8441692e0ce9'
UBUNTU_TAG: '2022-06-27.0-d5ae0b779ff0'
DEBIAN_TAG: '2022-06-27.0-d5ae0b779ff0'
CENTOS_TAG: '2022-06-27.0-8441692e0ce9'
ALPINE_TAG: '2022-06-27.0-be0e42c19eb0'
FEDORA_TAG: '2022-06-27.0-2c10e7aed898'
UBUNTU_TAG: '2022-06-27.0-03a416b036a0'
DEBIAN_TAG: '2022-06-27.0-03a416b036a0'
CENTOS_TAG: '2022-06-27.0-2c10e7aed898'
ALPINE_TAG: '2022-06-27.0-72578ddac08c'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -44,6 +44,7 @@ apk add \
'ppp-dev' \
'py3-dbus' \
'py3-gobject3' \
'py3-pexpect' \
'python3' \
'readline-dev' \
'util-linux-dev' \

View file

@ -75,6 +75,7 @@ install \
python3-gi \
python3-pip \
python3-setuptools \
python3-pexpect \
udev \
uuid-dev \
valgrind \

View file

@ -75,6 +75,7 @@ install \
ppp-devel \
python3-dbus \
python3-gobject \
python3-pexpect \
readline-devel \
rpm-build \
systemd-devel \