From e329bda7bfca282575d90680c59310e5b080f634 Mon Sep 17 00:00:00 2001 From: Rene Jochum Date: Sun, 25 Dec 2016 17:41:47 +0100 Subject: [PATCH] Fix pygit2-libgit2 builds on Debian like platforms. Signed-off-by: Rene Jochum --- salt/gitfs/pygit2.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/gitfs/pygit2.sls b/salt/gitfs/pygit2.sls index 9fce72b..2439efe 100644 --- a/salt/gitfs/pygit2.sls +++ b/salt/gitfs/pygit2.sls @@ -23,6 +23,7 @@ pygit-deps: pkg.installed: - pkgs: - build-essential + - pkg-config - python-dev - libssh-dev - libffi-dev