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>2023-01-30 23:41:14 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-30 23:41:24 +0300
commit1034848691aba104a8005ccf200d23dd3d8bd2c5 (patch)
tree2c1af7deddd38413a2859a66b675c83b0e5bd716 /debian/patches
parent4cb34e809d73c580461b87006d0be8dc76551873 (diff)
ci: Debian: Fix debian package build
Use python3:Depends to gather dependencies Fixes #11386
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/remove-nbxmpp-from-deps.patch25
-rw-r--r--debian/patches/series1
2 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/remove-nbxmpp-from-deps.patch b/debian/patches/remove-nbxmpp-from-deps.patch
new file mode 100644
index 000000000..3721db1d3
--- /dev/null
+++ b/debian/patches/remove-nbxmpp-from-deps.patch
@@ -0,0 +1,25 @@
+From 0056a3ef2c5b1f5320795b214aa35b38a6b9caa1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
+Date: Mon, 30 Jan 2023 21:33:38 +0100
+Subject: [PATCH] Remove nbxmpp from deps
+
+The debian package depends on python3-nbxmpp-nightly
+---
+ pyproject.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 93c4acbe6..52544a89d 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -27,7 +27,6 @@ classifiers = [
+ dependencies = [
+ "css-parser",
+ "keyring",
+- "nbxmpp>=4.0.1,<5.0.0",
+ "packaging",
+ "pillow",
+ "precis-i18n>=1.0.0",
+--
+2.37.2
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000000000..abb5721b5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-nbxmpp-from-deps.patch \ No newline at end of file