SUSE / machinery

A systems management toolkit for Linux
GNU General Public License v3.0
158 stars 32 forks source link

machinery dependency on python2 #2288

Open AhteshamulHaque opened 1 year ago

AhteshamulHaque commented 1 year ago

Starting from SLE 15 SP1 SUSE phased out support for python2.

Running the below command provides a solution by breaking machinery.

zypper install machinery

Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides '/usr/bin/python' needed by the to be installed machinery-1.24.1-bp154.1.24.x86_64
 Solution 1: do not install machinery-1.24.1-bp154.1.24.x86_64
 Solution 2: break machinery-1.24.1-bp154.1.24.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): 

Will we get an updated machinery that uses python3 ?