Means, either python-redfish-utility should get added a library thing so it's usable as a Python library or please use some try: except: wrapper around the used import so there is no hard dependency on the imported classes.
This issues is preventing me from updating the ilorest library in Debian.
Or please provide some suggestion how I can handle this dependency.
The latest release 4.0.0.0 had added the following line within
src/redfish/ris/resp_handler.py
but the used classes (coming from https://github.com/HewlettPackard/python-redfish-utility/blob/master/src/rdmc_helper.py) can't get imported as usual, there is no library providing this part.
Means, either python-redfish-utility should get added a library thing so it's usable as a Python library or please use some
try: except:
wrapper around the used import so there is no hard dependency on the imported classes. This issues is preventing me from updating the ilorest library in Debian.Or please provide some suggestion how I can handle this dependency.