From 0e7ab0567c03230ab94ed0069237dddefc89ec4e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 16 Mar 2020 14:54:23 +0100 Subject: [PATCH] buildsys: add missing dependency required for the docs built when building the deb packages Signed-off-by: Wolfgang Bumiller --- debian/debcargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 43eb88ce..59106f82 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -11,7 +11,7 @@ vcs_git = "" vcs_browser = "" maintainer = "Proxmox Support Team " section = "admin" -build_depends = [ "debhelper (>= 12~)", "bash-completion" ] +build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils" ] build_depends_excludes = [ "debhelper (>=11)" ] [packages.lib]