Commit 3973a63
committed
fix: pre-built wheel indexing for local wheel server
Pre-built wheels were not being indexed in the local wheel server's
simple API directory structure after download. This caused dependency
resolution failures when those wheels were needed as build dependencies.
Call update_wheel_mirror() in _download_prebuilt() to ensure pre-built
wheels are immediately available to subsequent builds, matching the
behavior of _build_wheel().
Fixes dependency resolution for packages that require pre-built wheels
as build dependencies.
Signed-off-by: Pavan Kalyan Reddy Cherupally <pcherupa@redhat.com>1 parent 4014cde commit 3973a63
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
503 | 506 | | |
504 | 507 | | |
505 | 508 | | |
| |||
0 commit comments