buildsys: add missing dependency

required for the docs built when building the deb packages

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-03-16 14:54:23 +01:00
parent 10426c1750
commit 0e7ab0567c

View 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]