Bugzilla – Bug 1221188
So, is cargo_audit required or not?
Last modified: 2024-04-04 00:25:31 UTC
When running `osc service manualrun` with `_service` file containing `cargo_vendor` I get this message (amongst others): ``` * cargo_audit is now part of cargo_vendor, meaning you don't have to configure it separately ``` So, I have removed `cargo_audit` line in the `_service` file. And the result is an error for `osc build`: ``` python-ruff: package depends on rust but does not have cargo_audit configured. See https://en.opensuse.org/Packaging_Rust_Software ``` So, which is it?
This was a bug in https://github.com/openSUSE/obs-service-source_validator/pull/129 which was ignored for nearly 6 months by it's maintainer. It's finally been fixed.