OSInside / kiwi-stackbuild-plugin

KIWI Stack/Rebuild Plugin
GNU General Public License v3.0
1 stars 0 forks source link

python3-mock missing #6

Open t-ru opened 1 year ago

t-ru commented 1 year ago

Hello,

there is no package "python3-mock" on OpenSUSE Tubleweed (patched 2023-05-08)

admin@os-image-builder-202303:~> sudo zypper install python3-kiwi_stackbuild_plugin
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides 'python3-mock' needed by the to be installed python3-kiwi_stackbuild_plugin-1.0.7-1.23.noarch
 Solution 1: do not install python3-kiwi_stackbuild_plugin-1.0.7-1.23.noarch
 Solution 2: break python3-kiwi_stackbuild_plugin-1.0.7-1.23.noarch by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): c
admin@os-image-builder-202303:~>

Mock is now part of the Python standard library (available as unittest.mock) in Python 3.3 onwards.

Please fix it.

Best regards Thomas