FS#54023 - [python-ntlm-auth] Depends on non-existent package python-ordereddict
Attached to Project:
Community Packages
Opened by Ondřej Hošek (RavuAlHemio) - Friday, 12 May 2017, 18:39 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 25 May 2017, 03:32 GMT
Opened by Ondřej Hošek (RavuAlHemio) - Friday, 12 May 2017, 18:39 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 25 May 2017, 03:32 GMT
|
Details
Description:
The package community/python-ntlm-auth currently (1.0.3-1) depends on a package named python-ordereddict which does not exist in the Arch package repositories, nor can I find a package providing it. There is a package aur/python-ordereddict, but that appears to be equivalent to community/python2-ordereddict. In Python 3, the functionality of community/python2-ordereddict is built into the "collections" module of the base library since version 3.1, i.e. it is already contained in current versions of extra/python. After removing the dependency from the Python 3 packaging function, the library seems to still work correctly (though I have only used it through the NTLM authentication package for the Python requests module, community/python-requests-ntlm). Additional info: * package versions * community/python-ntlm-auth 1.0.3-1 * community/python-requests-ntlm 1.0.0-3 * extra/python 3.6.1-1 Steps to reproduce: * Attempt to install community/python-ntlm-auth. |
This task depends upon
Comment by
Guillaume Horel (thrasibule) -
Thursday, 25 May 2017, 02:35 GMT
- Field changed: Percent Complete (100% → 0%)
Package still depends on python-ordereddict.
Comment by
Sven-Hendrik Haase (Svenstaro) -
Thursday, 25 May 2017, 03:30 GMT
Uh that's weird I really thought I had pushed this.