https://bugzilla.redhat.com/show_bug.cgi?id=1763459 --- Comment #4 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- (In reply to Jerry James from comment #3) > Not all of the subpackages can be installed. Trying to install > rust-multipart+clippy-devel: > > > Error: > Problem: conflicting requests > - nothing provides (crate(clippy/default) >= 0.0.0 with > crate(clippy/default) < 0.1.0) needed by > rust-multipart+clippy-devel-0.16.1-1.fc32.noarch > (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to > use not only best candidate packages) > > And trying to install rust-multipart+rocket-devel: > > Error: > Problem: conflicting requests > - nothing provides (crate(rocket/default) >= 0.4.0 with > crate(rocket/default) < 0.5.0) needed by > rust-multipart+rocket-devel-0.16.1-1.fc32.noarch > (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to > use not only best candidate packages) This is normal, these are optional features which will be packaged if we need them. They are marked as optional in the Cargo.toml of the crate: [dependencies.clippy] version = ">=0.0, <0.1" optional = true [dependencies.rocket] version = "0.4" optional = true In order not to package all optional features, they are segmented in different subpackages in the SPEC file. For example we can't package Clippy yet because it depends on Rust unstable. -- 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 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx