https://bugzilla.redhat.com/show_bug.cgi?id=2313784



--- Comment #4 from Major Hayden 🤠 <[email protected]> ---
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#L14C1-L14C67

[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.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2313784

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202313784%23c4

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to