Bug 54553 - missing dependency on rust toolchain
Summary: missing dependency on rust toolchain
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python3-module-setuptools_rust (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: cow@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-30 12:02 MSK by Stanislav Levin
Modified: 2025-05-30 12:40 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)