]> git.proxmox.com Git - proxmox-backup.git/commitdiff
buildsys: add missing dependency
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 16 Mar 2020 13:54:23 +0000 (14:54 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 16 Mar 2020 13:54:24 +0000 (14:54 +0100)
required for the docs built when building the deb packages

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/debcargo.toml

index 43eb88ce18582ce3870ed9a1396bd4cb036e4e29..59106f8205a899f5be4c273347800a8582c49797 100644 (file)
@@ -11,7 +11,7 @@ vcs_git = ""
 vcs_browser = ""
 maintainer = "Proxmox Support Team <support@proxmox.com>"
 section = "admin"
-build_depends = [ "debhelper (>= 12~)", "bash-completion" ]
+build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils" ]
 build_depends_excludes = [ "debhelper (>=11)" ]
 
 [packages.lib]