Add openssl to MEMGRAPH_BUILD_DEPS for amzn-2 and centos-7 (#1771)

This commit is contained in:
Marko Barišić 2024-02-28 18:21:56 +01:00 committed by Deda
parent 5f66c8815c
commit 5ed7cc4b10
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ MEMGRAPH_BUILD_DEPS=(
readline-devel # for memgraph console
python3-devel # for query modules
openssl-devel
openssl
libseccomp-devel
python3 python3-pip nmap-ncat # for tests
#

View File

@ -43,6 +43,7 @@ MEMGRAPH_BUILD_DEPS=(
readline-devel # for memgraph console
python3-devel # for query modules
openssl-devel
openssl
libseccomp-devel
python3 python-virtualenv python3-pip nmap-ncat # for qa, macro_benchmark and stress tests
#