diff --git a/proxmox-uuid/debian/debcargo.toml b/proxmox-uuid/debian/debcargo.toml index b7864cdb..1e7ee9f1 100644 --- a/proxmox-uuid/debian/debcargo.toml +++ b/proxmox-uuid/debian/debcargo.toml @@ -5,3 +5,6 @@ maintainer = "Proxmox Support Team " [source] vcs_git = "git://git.proxmox.com/git/proxmox.git" vcs_browser = "https://git.proxmox.com/?p=proxmox.git" + +[packages.lib] +depends = [ "uuid-dev" ]