From e2d73932c04ebeda71a7972327f2dbcecf4b140e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 14 Nov 2020 19:11:57 +0100 Subject: [PATCH] add sdnotify dependency --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1fe2f87..e6096bd 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,11 @@ Homepage: https://forge.cadoles.com/Infra/risotto Package: python3-risotto Architecture: any Pre-Depends: dpkg, python3, ${misc:Pre-Depends} -Depends: ${python:Depends}, ${misc:Depends}, python3-asyncpg, python3-rougail, python3-aiohttp +Depends: ${python:Depends}, ${misc:Depends}, + python3-asyncpg, + python3-rougail, + python3-aiohttp, + python3-sdnotify Description: configuration manager libraries Package: risotto