Fix openssl bug on fedora-38 and fedora-39

This commit is contained in:
Deda 2024-03-20 14:32:46 +01:00
parent 7e8b36a091
commit 75423a87f9
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ MEMGRAPH_BUILD_DEPS=(
libuuid-devel java-11-openjdk # required by antlr
readline-devel # for memgraph console
python3-devel # for query modules
openssl-devel
openssl-devel openssl
libseccomp-devel
python3 python3-pip python3-virtualenv python3-virtualenvwrapper python3-pyyaml nmap-ncat # for tests
libcurl-devel # mg-requests

View File

@ -45,7 +45,7 @@ MEMGRAPH_BUILD_DEPS=(
libuuid-devel java-11-openjdk # required by antlr
readline-devel # for memgraph console
python3-devel # for query modules
openssl-devel
openssl-devel openssl
libseccomp-devel
python3 python3-pip python3-virtualenv python3-virtualenvwrapper python3-pyyaml nmap-ncat # for tests
libcurl-devel # mg-requests