https://bugzilla.redhat.com/show_bug.cgi?id=2313784
--- Comment #4 from Major Hayden 🤠 mhayden@redhat.com --- Thanks, Fabio! So I have two main problems:
1) It seems like the Python dependency generator is always running first. 🤔 2) I'm a rust novice, but it *looks* like upstream forces the Python build to build the jiter crate each time:
https://github.com/pydantic/jiter/blob/main/crates/jiter-python/Cargo.toml#L...
[dependencies] pyo3 = { workspace = true, features = ["num-bigint"] } jiter = { path = "../jiter", features = ["python", "num-bigint"] }
Is there a way I can patch this to use the jiter from Fedora's rust-jiter-devel or rust-jiter+python-devel? No matter what I try, cargo want sto download stuff from index.crates.io during the build.