Commit ff6fa77
committed
fix: install perl-core for complete OpenSSL build deps in manylinux
Replace individual perl-IPC-Cmd with perl-core meta-package, which
installs all core Perl modules needed by OpenSSL's build system
(IPC::Cmd, Time::Piece, Locale::Maketext::Simple, etc.). This matches
what PyPA's own manylinux project uses to build OpenSSL.
Also properly detect the package manager: yum for the AlmaLinux-based
x86_64 manylinux image, apt-get for the Ubuntu-based aarch64 cross image.1 parent 173cb49 commit ff6fa77
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments