borg
borg copied to clipboard
implement a requirements check somehow?
See #8309 - is there a good way to get prettier error messages for expected errors (like e.g. missing pkg-config or some other system level requirement)?
About "pkg-config missing":
pkg-config is the cli tool that is used internally by the python library pkgconfig.
So we would need to check a requirement of a requirement... - maybe it would be better if pkgconfig checks this by itself?