Bug 51631

Summary: excessive dependency on python3(plugin)
Product: Sisyphus Reporter: Stanislav Levin <slev>
Component: gpupdateAssignee: Evgeny Sinelnikov <sin>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: greh, nir, sin
Version: unstable   
Hardware: x86_64   
OS: Linux   

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