Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-11 16:25:04 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-28 18:23:51 +0300
commit747c569638e0abb877517cee162854c765df8a32 (patch)
treeab9462a2b039662f020f088349ca8f10b9634e7b /.gitlab-ci.yml
parentfadd0d77ff722fc7341fe3f89a2507cb46eba521 (diff)
change: Port to libsoup3
- Remove all direct usage of libsoup and use the nbxmpp.http module instead
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 40529bc14..f5526e04d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ test-pyright:
- "**/*.py"
script:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- - PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3,Soup2 pip3 install git+https://github.com/pygobject/pygobject-stubs.git
+ - PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3 pip3 install git+https://github.com/pygobject/pygobject-stubs.git
- npm install pyright
- python3 .ci/link-gtk.py
- $(npm bin)/pyright --version