From edd8dda4536b622abb6e88a5f6070e6c4e8acb7a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 5 Feb 2022 12:12:19 +0100 Subject: [PATCH] Add python3-rich to debian deps --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a6d14b00..64dcbc89 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Depends: ${misc:Depends}, ${python3:Depends}, python3-psutil, python3-tz, python3-prompt-toolkit, - python3-pygments + python3-pygments, + python3-rich Breaks: yunohost (<< 4.1) Description: prototype interfaces with ease in Python Quickly and easily prototype interfaces for your application.