Bug 45456 - Ошибка запуска ansible-test (модуль удалён, но бинарник всё ещё упакован)
Summary: Ошибка запуска ansible-test (модуль удалён, но бинарник всё ещё упакован)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ansible-core (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-02 10:34 MSK by Alexander Makeenkov
Modified: 2023-03-02 12:10 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 Alexander Makeenkov 2023-03-02 10:34:18 MSK
Версия пакета:
ansible-core-2.14.2-alt2

Шаги воспроизведения:
# apt-get install ansible-core
$ ansible-test

Получаемый результат:
Traceback (most recent call last):
  File "/usr/bin/ansible-test", line 45, in <module>
    main()
  File "/usr/bin/ansible-test", line 24, in main
    from ansible_test._util.target.common.constants import CONTROLLER_PYTHON_VERSIONS
ModuleNotFoundError: No module named 'ansible_test'

$ rpm -qf /usr/bin/ansible-test 
ansible-core-2.14.2-alt2.noarch
Comment 1 Repository Robot 2023-03-02 12:10:27 MSK
ansible-core-2.14.3-alt1 -> sisyphus:

 Thu Mar 02 2023 Andrey Cherepanov <cas@altlinux> 2.14.3-alt1
 - New version.
 - Real removed ansible-test (ALT #45456).
 - Update apt_rpm from PR #5867.