Bug 54553

Summary: missing dependency on rust toolchain
Product: Sisyphus Reporter: Stanislav Levin <slev>
Component: python3-module-setuptools_rustAssignee: cow <cow>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: cow
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Stanislav Levin 2025-05-30 12:02:17 MSK
ожидания:
setuptools-rust подразумевает использование rust toolchain (e.g. rustc, cargo, etc.).
Например,

https://github.com/PyO3/setuptools-rust/blob/f21ef63b03752f98e60f51c754c738166e350d4f/setuptools_rust/rustc_info.py#L55-L58

https://github.com/PyO3/setuptools-rust/blob/f21ef63b03752f98e60f51c754c738166e350d4f/setuptools_rust/setuptools_ext.py#L123-L136

реальность:
в настоящий момент пакет python3-module-setuptools_rust не имеет зависимости на rust toolchain, которую приходится прописывать вручную при использовании указанного пакета.
Comment 1 Repository Robot 2025-05-30 12:40:07 MSK
python3-module-setuptools_rust-1.11.1-alt2 -> sisyphus:

 Fri May 30 2025 Vladimir Didenko <cow@altlinux> 1.11.1-alt2
 - add rust and cargo into dependencies (closes: #54553)