summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-29 14:54:20 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-29 14:54:26 +0200
commitbb5ed37f0b1b87a7c939620cf9319a74a2e852ca (patch)
treeeae1caf8415190942cc296afb8fe4c1eec1da666
parent0fc45eb2976d5f0ee3b71f65d4d64650ab60b10f (diff)
downloadgnome-bluetooth-bb5ed37f0b1b87a7c939620cf9319a74a2e852ca.tar.gz
Revert "ci: Work-around python-dbusmock not installing"
This reverts commit 3ace233030d1d4140a114604b17b334ac211fd74.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ad1639ae..a2bd1d4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,6 @@ variables:
gcc
glibc-devel
git
- wget
GIT_SUBMODULE_STRATEGY: recursive
TEST_DEPS:
dbus-daemon
@@ -36,7 +35,6 @@ build_stable:
# Install newer python-dbusmock
- git clone https://github.com/martinpitt/python-dbusmock.git
- cd python-dbusmock
- - wget https://github.com/martinpitt/python-dbusmock/raw/50d590be5392e467ebe5d6322a63990867350f62/setup.py
- python3 setup.py build
- python3 setup.py install
- cd ..