wheel for Mac OS X
Brought to you by:
anthon
It looks like there's a wheel for ruamel.yaml for Mac OS X now, but not for ruamel.orderedict, which is a dependency of ruamel.yaml. Would it be possible to add one?
Alternatively, is ordereddict a 'hard' requirement for ruamel.yaml, or could it be an optional one?
(originally posted on 2018-08-16 at 12:19:27 by makkus <makkus@bitbucket>)
It is actually optional, it will fall back to collections.OrderedDict, but that is much, much slower on Python < 3.5
I'll see what is needed, I might not have to upgrade the version. Now that I have a macOS VM either should not be hard.
(originally posted on 2018-08-16 at 13:13:10)
https://pypi.org/project/ruamel.ordereddict/#files
If that solve this issue please Close it
(originally posted on 2018-08-16 at 13:35:41)
Brilliant, worked like a charm! Thanks so much, that was the quickest 'ticket-resolve' I've ever experienced :-)
(originally posted on 2018-08-16 at 14:06:22 by makkus <makkus@bitbucket>)
(originally posted on 2018-08-16 at 14:06:44 by makkus <makkus@bitbucket>)