1
0
Fork 0

ci: Upgrade python-dbusmock

This is needed for running GNOME Shell, as the older version has an
incorrect PowerProfiles property type.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2719>
This commit is contained in:
Jonas Ådahl 2022-11-25 20:39:08 +01:00
parent 992e169d84
commit 4e3450ea4e

View file

@ -18,7 +18,7 @@ variables:
.mutter.fedora@common:
variables:
FDO_DISTRIBUTION_VERSION: 36
BASE_TAG: '2022-09-01.0'
BASE_TAG: '2022-11-25.0'
FDO_DISTRIBUTION_PACKAGES:
asciidoc
clang
@ -26,7 +26,6 @@ variables:
gdm
gnome-shell
mozjs91-devel
python3-dbusmock
sassc
uncrustify
xorg-x11-server-Xvfb
@ -35,6 +34,7 @@ variables:
qemu-system-x86-core
busybox
gi-docgen
python3-pip
pkgconfig(libgcrypt)
pkgconfig(colord)
pkgconfig(lcms2)
@ -74,6 +74,8 @@ variables:
https://gitlab.gnome.org/jadahl/catch.git \
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 &&
pip install git+https://github.com/martinpitt/python-dbusmock.git@743da675c37bfc469ec385b88c3b4ad4838cfa48 &&
rpm -e --nodeps gnome-bluetooth-libs-devel \
mutter mutter-devel \
gnome-shell &&