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

remove-nbxmpp-from-deps.patch « patches « debian - dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d0d5d27f8e47c16f2db57221f9b5943a47546d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.4.0,<5.0.0",
   "packaging",
   "pillow>=9.1.0",
   "precis-i18n>=1.0.0",
-- 
2.37.2