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:
parent
992e169d84
commit
4e3450ea4e
@ -18,7 +18,7 @@ variables:
|
|||||||
.mutter.fedora@common:
|
.mutter.fedora@common:
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: 36
|
FDO_DISTRIBUTION_VERSION: 36
|
||||||
BASE_TAG: '2022-09-01.0'
|
BASE_TAG: '2022-11-25.0'
|
||||||
FDO_DISTRIBUTION_PACKAGES:
|
FDO_DISTRIBUTION_PACKAGES:
|
||||||
asciidoc
|
asciidoc
|
||||||
clang
|
clang
|
||||||
@ -26,7 +26,6 @@ variables:
|
|||||||
gdm
|
gdm
|
||||||
gnome-shell
|
gnome-shell
|
||||||
mozjs91-devel
|
mozjs91-devel
|
||||||
python3-dbusmock
|
|
||||||
sassc
|
sassc
|
||||||
uncrustify
|
uncrustify
|
||||||
xorg-x11-server-Xvfb
|
xorg-x11-server-Xvfb
|
||||||
@ -35,6 +34,7 @@ variables:
|
|||||||
qemu-system-x86-core
|
qemu-system-x86-core
|
||||||
busybox
|
busybox
|
||||||
gi-docgen
|
gi-docgen
|
||||||
|
python3-pip
|
||||||
pkgconfig(libgcrypt)
|
pkgconfig(libgcrypt)
|
||||||
pkgconfig(colord)
|
pkgconfig(colord)
|
||||||
pkgconfig(lcms2)
|
pkgconfig(lcms2)
|
||||||
@ -74,6 +74,8 @@ variables:
|
|||||||
https://gitlab.gnome.org/jadahl/catch.git \
|
https://gitlab.gnome.org/jadahl/catch.git \
|
||||||
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 &&
|
main . 29ad36e2b1d28ac9d8b2bc44af46296cb1db5d66 &&
|
||||||
|
|
||||||
|
pip install git+https://github.com/martinpitt/python-dbusmock.git@743da675c37bfc469ec385b88c3b4ad4838cfa48 &&
|
||||||
|
|
||||||
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
rpm -e --nodeps gnome-bluetooth-libs-devel \
|
||||||
mutter mutter-devel \
|
mutter mutter-devel \
|
||||||
gnome-shell &&
|
gnome-shell &&
|
||||||
|
Loading…
Reference in New Issue
Block a user