Bug 39250 - Не правильный путь импорта.
Summary: Не правильный путь импорта.
Status: CLOSED FIXED
Alias: None
Product: Branch p9
Classification: Distributions
Component: python-module-logilab-devtools (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P5 normal
Assignee: Grigory Ustinov
QA Contact: qa-p9@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-11 11:43 MSK by Antonov Alexander
Modified: 2020-11-23 19:38 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 Antonov Alexander 2020-11-11 11:43:54 MSK
У /usr/bin/gmmerge /usr/bin/grmerge
не правильный путь импорта
Пример ошибки:

grmerge 
Traceback (most recent call last):
  File "/usr/bin/grmerge", line 21, in <module>
    from logilab.devtools.gr_ext.grutils import load_guestrepo, to_gr_entry, copy_into_root
ImportError: No module named gr_ext.grutil

Патч исправления: https://www.logilab.org/282342
Comment 1 Repository Robot 2020-11-23 19:38:49 MSK
python-module-logilab-devtools-0.23.0-alt3 -> p9:

 Wed Nov 11 2020 Grigory Ustinov <grenka@altlinux> 0.23.0-alt3
 - Fix wrong import path (Closes: #39250).