We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd562b6 commit 983216eCopy full SHA for 983216e
2 files changed
installer/pyinstaller/build-linux.sh
@@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
16
fi
17
18
if [ "$openssl_version" = "" ]; then
19
- openssl_version="3.3.3";
+ openssl_version="3.3.7";
20
21
22
if [ "$zlib_version" = "" ]; then
@@ -38,7 +38,7 @@ fi
38
39
set -eux
40
41
-yum install -y libffi-devel perl-IPC-Cmd
+yum install -y libffi-devel perl-IPC-Cmd perl-Time-Piece
42
43
echo "Making Folders"
44
mkdir -p .build/src
installer/pyinstaller/build-mac.sh
@@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
30
31
32
33
- openssl_version="3.3.1";
34
35
36
if [ "$python_version" = "" ]; then
0 commit comments