From b90163fa9e53e6f795635b91916452a7150d99ac Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sat, 5 Apr 2025 08:37:02 -0400 Subject: [PATCH] debian: Build depend on python3-systemd Signed-off-by: James Valleroy --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index f4841b5b7..a47daa59b 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Build-Depends: python3-ruamel.yaml, python3-setuptools, python3-setuptools-git, + python3-systemd, # python3-tomli is needed by python3-coverage when pyproject.toml is used python3-tomli, python3-typeshed,