The dbus-1.12 branch needed Python, which the master branch no longer
does, but we can at least use a modern Python.
Signed-off-by: Simon McVittie <smcv@collabora.com>
# to assert that our official release tarballs will be enough
# to build with CMake.
mkdir -p ci-build-dist
- ( cd ci-build-dist; ../configure )
+ ( cd ci-build-dist; ../configure PYTHON=python3 )
make -C ci-build-dist dist
tar -zxvf ci-build-dist/dbus-1.*.tar.gz
cd dbus-1.*/
--enable-installed-tests \
--enable-maintainer-mode \
--enable-modular-tests \
+ PYTHON=python3 \
"$@"
${make}
libselinux1-dev
libsystemd-dev
libx11-dev
- python
- python-dbus
- python-gi
+ python3
+ python3-dbus
+ python3-gi
sudo
valgrind
wget