add 'rsync' to build_depends

a 'make deb' fails without rsync installed (a pxar test needs it)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2020-03-18 16:23:12 +01:00 committed by Wolfgang Bumiller
parent 6650a242fb
commit 99c287861e

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", "python3-docutils" ]
build_depends = [ "debhelper (>= 12~)", "bash-completion", "python3-docutils", "rsync" ]
build_depends_excludes = [ "debhelper (>=11)" ]
[packages.lib]