From 7c79dc11e924bbb821eb4ac2ceef4794c6e41470 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 6 Jan 2022 11:00:34 +0100 Subject: ci: Install python-dbusmock fixes See https://github.com/martinpitt/python-dbusmock/pull/99 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0743e40d..f38516e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,9 @@ build_stable: - ninja -C _build - ninja -C _build install # Install newer python-dbusmock - - git clone https://github.com/martinpitt/python-dbusmock.git + - git clone https://github.com/hadess/python-dbusmock.git - cd python-dbusmock + - git checkout -b wip/hadess/bluez-disco-fixes origin/wip/hadess/bluez-disco-fixes - python3 setup.py build - python3 setup.py install - cd .. -- cgit v1.2.1