From 1f03763c3bf4489fcb62b2811a1965c24363162c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 20 Oct 2021 12:49:40 +0200 Subject: [PATCH] uuid: fixup debcargo.toml to include uuid-dev dependency Signed-off-by: Wolfgang Bumiller --- proxmox-uuid/debian/debcargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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" ]