Bug 45080

Summary: Не хватает зависимости на python3-module-tkinters у bCNC
Product: Sisyphus Reporter: Alexandr Shashkin <dutyrok>
Component: bCNCAssignee: Антон Мидюков <antohami>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: antohami
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Alexandr Shashkin 2023-01-31 10:50:22 MSK
Версия пакета:
==============
bCNC-0.9.14.318-alt1

Шаги, приводящие к ошибке:
==========================
1) Установить bCNC
2) В эмуляторе терминала запустить bCNC

Результат:
==========
Программа не запускается:
Traceback (most recent call last):
  File "/usr/lib/python3/site-packages/bCNC/__main__.py", line 33, in <module>
    import Tkinter
ModuleNotFoundError: No module named 'Tkinter'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/bCNC", line 5, in <module>
    from bCNC.__main__ import main
  File "/usr/lib/python3/site-packages/bCNC/__main__.py", line 38, in <module>
    import tkinter
ModuleNotFoundError: No module named 'tkinter'
Если установить python3-modules-tkinter, то приложение успешно запускается

Ожидаемый результат:
====================
Приложение запускается, python3-modules-tkinter устанавливается при установке bCNC.
Comment 1 Repository Robot 2023-01-31 11:36:28 MSK
bCNC-0.9.14.318-alt2 -> sisyphus:

 Tue Jan 31 2023 Anton Midyukov <antohami@altlinux> 0.9.14.318-alt2
 - add %py3_requires tkinter (Closes:45080)