Add pkg-config
as dependency for borg
it's required when building some python lib(s)
This commit is contained in:
parent
8643ae9626
commit
e3b635b760
1 changed files with 1 additions and 0 deletions
|
@ -38,4 +38,5 @@ def install_dependencies():
|
|||
apt.install(
|
||||
'libacl1-dev',
|
||||
'libfuse-dev',
|
||||
'pkg-config',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue