From e3b635b76067bacc8d97c3e612c82fb1d0ca35d8 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 21 Oct 2018 18:27:21 -0500 Subject: [PATCH] Add `pkg-config` as dependency for borg it's required when building some python lib(s) --- rattail_fabric/borg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rattail_fabric/borg.py b/rattail_fabric/borg.py index 85b5dd3..734a751 100644 --- a/rattail_fabric/borg.py +++ b/rattail_fabric/borg.py @@ -38,4 +38,5 @@ def install_dependencies(): apt.install( 'libacl1-dev', 'libfuse-dev', + 'pkg-config', )