use rust-packaging for BuildRequires
That way we don't need to pull any python/whatever stuff from rust itself. Closes: https://pagure.io/fedora-rust/rust2rpm/issue/30 Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
23b334286c
commit
8757161c11
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ Patch0: {{ patch_file }}
|
|||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
BuildRequires: rust
|
||||
BuildRequires: cargo
|
||||
BuildRequires: rust-packaging
|
||||
{% if include_build_requires %}
|
||||
{% if md.requires|length > 0 %}
|
||||
# [dependencies]
|
||||
|
|
Loading…
Reference in a new issue