Hello! On Wed, 24 May 2023, Ivan Zakharyaschev wrote: > Я не проверял, но есть опасения, что импорт этих модулей не будет работать > при такой упаковке. Раньше так было. А цель -- что пофиксить? Только Сейчас такой проблемой страдает python3-module-zope.password, но, например, не python3-module-zope.interface . Нашёл плохой пакет так: grep '/usr/lib/python3/site-packages/zope/' /ALT/Sisyphus/{noarch,x86_64}/base/contents_index Вот какой командой можно проверить: $ p=python3-module-zope.password; hsh --without-stuff --ini ~/hasher2 && hsh-install ~/hasher2/ "$p" tests-for-installed-python3-pkgs && hsh-run ~/hasher2/ --mount=/proc,/dev/pts -- bash -c "rpm -q $p; rpm -q $p --provides; echo 'Non-importable:'; /usr/lib/rpm/check-python3-provs-importable $p" python3-module-zope.password-4.4-alt1.noarch python3(zope.password) python3(zope.password.interfaces) python3(zope.password.legacy) python3(zope.password.password) python3(zope.password.vocabulary) python3(zope.password.zpasswd) python3-module-zope.password = 4.4-alt1:sisyphus+321169.2400.3.1 Non-importable: zope.password zope.password.interfaces zope.password.legacy zope.password.password zope.password.vocabulary zope.password.zpasswd $ p=python3-module-zope.interface; hsh --without-stuff --ini ~/hasher2 && hsh-install ~/hasher2/ "$p" tests-for-installed-python3-pkgs && hsh-run ~/hasher2/ --mount=/proc,/dev/pts -- bash -c "rpm -q $p; rpm -q $p --provides; echo 'Non-importable:'; /usr/lib/rpm/check-python3-provs-importable $p" python3-module-zope.interface-5.4.0-alt2.x86_64 python3(zope.interface) python3(zope.interface._compat) python3(zope.interface._flatten) python3(zope.interface._zope_interface_coptimizations) python3(zope.interface.adapter) python3(zope.interface.advice) python3(zope.interface.common) python3(zope.interface.common.builtins) python3(zope.interface.common.collections) python3(zope.interface.common.idatetime) python3(zope.interface.common.interfaces) python3(zope.interface.common.io) python3(zope.interface.common.mapping) python3(zope.interface.common.numbers) python3(zope.interface.common.sequence) python3(zope.interface.declarations) python3(zope.interface.document) python3(zope.interface.exceptions) python3(zope.interface.interface) python3(zope.interface.interfaces) python3(zope.interface.registry) python3(zope.interface.ro) python3(zope.interface.verify) python3-module-zope.interface = 5.4.0-alt2:sisyphus+291245.43540.56.1 Non-importable: $ -- Best regards, Ivan