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}
|
ExclusiveArch: %{rust_arches}
|
||||||
|
|
||||||
BuildRequires: rust
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: cargo
|
|
||||||
{% if include_build_requires %}
|
{% if include_build_requires %}
|
||||||
{% if md.requires|length > 0 %}
|
{% if md.requires|length > 0 %}
|
||||||
# [dependencies]
|
# [dependencies]
|
||||||
|
|
Loading…
Reference in a new issue