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:
parent
6650a242fb
commit
99c287861e
2
debian/debcargo.toml
vendored
2
debian/debcargo.toml
vendored
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user