Directly add BR to cargo and rust, not rust-packaging
The latter is only meant for publishing crates. Since we're just bundling some Rust code, we should just directly pull in `cargo` and `rust`.
This commit is contained in:
parent
d4c62747b8
commit
37913fcf40
@ -17,7 +17,8 @@ URL: https://github.com/projectatomic/rpm-ostree
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: rust-packaging
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust
|
||||
%else
|
||||
# assume el8
|
||||
BuildRequires: rust-toolset
|
||||
|
Loading…
Reference in New Issue
Block a user