FS#66993 - [python-pywinrm] Missing dependency
Attached to Project:
Community Packages
Opened by Stefan Tatschner (rumpelsepp) - Saturday, 13 June 2020, 17:45 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 14 June 2020, 22:33 GMT
Opened by Stefan Tatschner (rumpelsepp) - Saturday, 13 June 2020, 17:45 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 14 June 2020, 22:33 GMT
|
Details
The python-pywinrm lacks the dependency python-requests-ntlm
[1][2].
pkg_resources.DistributionNotFound: The 'requests_ntlm>=0.3.0' distribution was not found and is required by pywinrm [1]: https://github.com/diyan/pywinrm/blob/master/setup.py#L26 [2]: https://www.archlinux.org/packages/community/any/python-requests-ntlm/ |
This task depends upon
Comment by
Sven-Hendrik Haase (Svenstaro) -
Sunday, 14 June 2020, 22:30 GMT
The package missing has an optdep on python-requests-ntlm.
Comment by
Sven-Hendrik Haase (Svenstaro) -
Sunday, 14 June 2020, 22:31 GMT
Ah I see, the setup.py requires it and it can't be optional. Good
catch.