Add openssl to MEMGRAPH_BUILD_DEPS for amzn-2 and centos-7 (#1771)
This commit is contained in:
parent
55f224839e
commit
f316f7db87
@ -45,6 +45,7 @@ MEMGRAPH_BUILD_DEPS=(
|
|||||||
readline-devel # for memgraph console
|
readline-devel # for memgraph console
|
||||||
python3-devel # for query modules
|
python3-devel # for query modules
|
||||||
openssl-devel
|
openssl-devel
|
||||||
|
openssl
|
||||||
libseccomp-devel
|
libseccomp-devel
|
||||||
python3 python3-pip nmap-ncat # for tests
|
python3 python3-pip nmap-ncat # for tests
|
||||||
#
|
#
|
||||||
|
@ -43,6 +43,7 @@ MEMGRAPH_BUILD_DEPS=(
|
|||||||
readline-devel # for memgraph console
|
readline-devel # for memgraph console
|
||||||
python3-devel # for query modules
|
python3-devel # for query modules
|
||||||
openssl-devel
|
openssl-devel
|
||||||
|
openssl
|
||||||
libseccomp-devel
|
libseccomp-devel
|
||||||
python3 python-virtualenv python3-pip nmap-ncat # for qa, macro_benchmark and stress tests
|
python3 python-virtualenv python3-pip nmap-ncat # for qa, macro_benchmark and stress tests
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user