DMTF/python-redfish-library

Remove old library dependency - urlparse2

mnhauke opened this issue · 1 comments

urlparse2 is an unmaintained library - last commit is 6 years old.
The library is not python3 compatible (at least it's dependecy - recordtype library).

HP's fork of python-redfish-library dropped urlparse2 last year...
HewlettPackard#28

Please, remove this dependency and use built-in functions to parse URL.
Thanks.

Thanks for calling this to our attention - we've updated the code to remove that dependency.