Bug 56701

Summary: Сломан: не может найти модуль chunk
Product: Sisyphus Reporter: Ivan A. Melnikov <iv>
Component: python3-module-standard-aifcAssignee: Yuri N. Sedunov <aris>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: aris
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Ivan A. Melnikov 2025-10-31 16:31:47 MSK
Пакет можно поставить, но модуль невозможно импортировать:

$ python3 -c 'import aifc'
<string>:1: DeprecationWarning: aifc was removed in Python 3.13. Please be aware that you are currently NOT using standard 'aifc', but instead a separately installed 'standard-aifc'.
  import aifc
Traceback (most recent call last):
  File "<string>", line 1, in <module>
    import aifc
  File "/usr/lib/python3/site-packages/aifc/__init__.py", line 265, in <module>
    from chunk import Chunk
ModuleNotFoundError: No module named 'chunk'

Подходящий модуль chunk я в Сизифе не нашёл.
Comment 1 Repository Robot 2025-10-31 17:10:05 MSK
python3-module-standard-aifc-3.13.0-alt1.1 -> sisyphus:

Fri Oct 31 2025 Yuri N. Sedunov <aris@altlinux> 3.13.0-alt1.1
- found python dependencies strictly (ALT #56701)