Accepting request 901057 from home:firstyear:branches:devel:languages:rust

- Remove unnecessary dependency on rust-std-static (implied by rust)

OBS-URL: https://build.opensuse.org/request/show/901057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=34
This commit is contained in:
Wolfgang Rosenauer 2021-06-21 15:42:31 +00:00 committed by Git OBS Bridge
parent a047fec448
commit 889b984a64
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 21 04:09:06 UTC 2021 - William Brown <william.brown@suse.com>
- Remove unnecessary dependency on rust-std-static (implied by rust)
-------------------------------------------------------------------
Wed Jun 9 01:55:17 UTC 2021 - William Brown <william.brown@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package rust-cbindgen
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -32,7 +32,6 @@ Source2: cargo_config
Source99: UPDATING.md
BuildRequires: cargo >= 1.30.0
BuildRequires: rust >= 1.30.0
BuildRequires: rust-std-static >= 1.30.0
%description
A tool for generating C bindings from Rust code.