Codebase list rust-libslirp / 5345fec
cbindgen: add test-dependencies on gcc and g++ Peter Michael Green 3 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 rust-cbindgen (0.17.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package cbindgen 0.17.0 from crates.io using debcargo 2.4.4
4 * Add test dependencies on gcc and g++
5
6 -- Peter Michael Green <plugwash@debian.org> Fri, 12 Feb 2021 16:21:31 +0000
7
08 rust-cbindgen (0.17.0-3) unstable; urgency=medium
19
210 * Team upload.
2828 """
2929
3030 [packages.lib]
31 test_depends = ["cython3"]
31 test_depends = ["gcc","g++","cython3"]
3232 test_is_broken = true
3333
3434 [packages."lib+clap"]