Commit 0a83067
committed
Fix openssl_dev_headers dep check to require the header
_core_dep_satisfied treated the openssl binary as evidence that the
dev headers were installed. Minimal images (e.g. python:3.11-slim)
ship openssl but not libssl-dev, so the check returned True and the
core-deps installer skipped installing the headers, breaking source
builds like medusa that need openssl/ssl.h.
Closes #3272.1 parent 42ef254 commit 0a83067
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
457 | 459 | | |
458 | 460 | | |
459 | 461 | | |
460 | 462 | | |
461 | 463 | | |
462 | 464 | | |
463 | | - | |
| 465 | + | |
464 | 466 | | |
465 | 467 | | |
466 | 468 | | |
| |||
0 commit comments