Add missing build dependencies

This should allow us to properly compile msgpack.

Change-Id: I395eed5efd86fa3d579c600713fa5eea3cc2a277
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-01 10:58:35 -04:00
parent ccf6895045
commit 2c6f148b47
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# under the License.
---
__borgbackup_build_depends:
- build-essential
- cython3
- libacl1-dev
- libssl-dev
- openssl

View File

@ -13,6 +13,9 @@
# under the License.
---
__borgbackup_build_depends:
- gcc
- gcc-c++
- libacl-devel
- openssl
- openssl-devel
- python3-Cython