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
|
@ -38,4 +38,5 @@ def install_dependencies():
|
|||
apt.install(
|
||||
'libacl1-dev',
|
||||
'libfuse-dev',
|
||||
'pkg-config',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue