Bug ID | 1221188 |
---|---|
Summary | So, is cargo_audit required or not? |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | screening-team-bugs@suse.de |
Reporter | mcepl@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
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?