Add compiler tools

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 b0335ff6d3
2 changed files with 3 additions and 0 deletions

View File

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

View File

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