Bug 51631 - excessive dependency on python3(plugin)
Summary: excessive dependency on python3(plugin)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: gpupdate (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Evgeny Sinelnikov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-03 15:20 MSK by Stanislav Levin
Modified: 2024-10-11 11:34 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Levin 2024-10-03 15:20:59 MSK
Problem:

gpupdate requires `python3(plugin)` in runtime:
```
rpm -qp /ALT/Sisyphus/noarch/RPMS.classic/gpupdate-0.11.3-alt1.noarch.rpm --requires | grep 'python3(plugin)'
python3(plugin) < 0
```

This dependency is resolved as `python3-module-pytest-remove-stale-bytecode`.

Actually, `plugin` is a package of `gpupdate`.
Comment 1 Repository Robot 2024-10-11 11:34:15 MSK
gpupdate-0.11.4-alt1 -> sisyphus:

 Fri Oct 11 2024 Valery Sinelnikov <greh@altlinux> 0.11.4-alt1
 - Added skip plugin (closes: 51631)
 - Fixed getting the network path (closes:51606)
 - The _appliers sequence has been changed,
   package_applier has been moved to the end