[neon/kde/drkonqi/Neon/unstable] debian: add python3-sentry-sdk & python3-psutil as runtime deps for the new sentry integration

Carlos De Maine null at kde.org
Mon Aug 14 23:15:51 BST 2023


Git commit 2f2caf73cf1b67289f3c8d2b5acf1c072b0b1a86 by Carlos De Maine.
Committed on 15/08/2023 at 00:15.
Pushed by carlosdem into branch 'Neon/unstable'.

add python3-sentry-sdk & python3-psutil as runtime deps for the new sentry integration

M  +1    -1    debian/control

https://invent.kde.org/neon/kde/drkonqi/-/commit/2f2caf73cf1b67289f3c8d2b5acf1c072b0b1a86

diff --git a/debian/control b/debian/control
index cb714c2..20959ea 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,7 @@ Rules-Requires-Root: no
 
 Package: drkonqi
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: python3-sentry-sdk, python3-psutil, ${misc:Depends}, ${shlibs:Depends}
 Description: Crash handler for Qt applications
  Drkonqi shows a dialog for dealing with application crashes.
  .


More information about the Neon-commits mailing list