From 75423a87f9196d7f19ed5712ffbf96409dd670fc Mon Sep 17 00:00:00 2001 From: Deda <marko.barisic@memgraph.io> Date: Wed, 20 Mar 2024 14:32:46 +0100 Subject: [PATCH] Fix openssl bug on fedora-38 and fedora-39 --- environment/os/fedora-38.sh | 2 +- environment/os/fedora-39.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/os/fedora-38.sh b/environment/os/fedora-38.sh index 951bec46f..b46493a06 100755 --- a/environment/os/fedora-38.sh +++ b/environment/os/fedora-38.sh @@ -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 diff --git a/environment/os/fedora-39.sh b/environment/os/fedora-39.sh index 4b0e82992..bd2c03d82 100755 --- a/environment/os/fedora-39.sh +++ b/environment/os/fedora-39.sh @@ -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