[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3.
From: |
Dariqq |
Subject: |
[bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3. |
Date: |
Thu, 29 Aug 2024 08:35:21 +0000 |
* gnu/packages/messaging.scm (pidgin)
[inputs]: Replace python-2 with python-wrapper, python2-dbus with python-dbus.
Change-Id: Ia4b7b1e47da09e9648d10fae419cd473b3d6586e
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 748cb783ea..c8fce3dcf0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1008,8 +1008,8 @@ (define-public pidgin
nss-certs
pango
perl
- python-2
- python2-dbus
+ python-wrapper
+ python-dbus
silc-toolkit
sqlite
startup-notification
--
2.45.2
- [bug#72851] [PATCH] gnu: pidgin: Update to 2.14.13 [security fixes]., (continued)
- [bug#72851] [PATCH v2 0/6] Pidgin updates, Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 5/6] gnu: libgnt: Build without python2., Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 3/6] gnu: pdigin: Propagate libgnt., Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 4/6] gnu: pidgin: Use system ssl certs., Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 2/6] gnu: pidgin: Remove input labels., Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 1/6] gnu: pidgin: Update to 2.14.13 [security fixes]., Dariqq, 2024/08/29
- [bug#72851] [PATCH v2 6/6] gnu: pidgin: Use python3.,
Dariqq <=