summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-16 12:19:56 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-16 11:36:02 +0000
commitcadd2a1b8db8672cbcdde588e4da33a11f406de7 (patch)
treecf4c2f937298a36a6e4c000f2ff42da17f2fbc35 /.gitlab-ci.yml
parentbad63cd298cea19344dc34d4dcc02167eede10d6 (diff)
downloadgnome-bluetooth-cadd2a1b8db8672cbcdde588e4da33a11f406de7.tar.gz
ci: Update python-dbusmock with upower RemoveDevice method
See https://github.com/martinpitt/python-dbusmock/pull/103
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b51c8138..57cd33c0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ build_stable:
- dnf install -y https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-0.99.14-1.fc36.x86_64.rpm https://kojipkgs.fedoraproject.org//work/tasks/5825/82495825/upower-devel-0.99.14-1.fc36.x86_64.rpm
script:
# Install newer python-dbusmock
- - git clone https://github.com/martinpitt/python-dbusmock.git
+ - git clone --branch=wip/hadess/upower-remove-device https://github.com/hadess/python-dbusmock.git
- cd python-dbusmock
- python3 setup.py build
- python3 setup.py install