FS#66018 - [python-fonttools] missing Python dep: python-unicodedata2 (only in AUR presently)
Attached to Project:
Community Packages
Opened by Andy (andydecleyre) - Sunday, 29 March 2020, 17:53 GMT
Last edited by Andrzej Giniewicz (Giniu) - Sunday, 29 March 2020, 23:18 GMT
Opened by Andy (andydecleyre) - Sunday, 29 March 2020, 17:53 GMT
Last edited by Andrzej Giniewicz (Giniu) - Sunday, 29 March 2020, 23:18 GMT
|
Details
Description:
The dependencies of this package don't match those listed at https://github.com/fonttools/fonttools/blob/4.6.0/requirements.txt , which causes problems if other tools relying on this try to use certain features. Notably, the PyPI package unicodedata2 is needed. There is an Arch package for that in the AUR, but not in the official repos. Additional info: * package version(s): 4.6.0-1 Steps to reproduce: - Install - Install afdko from AUR - waterfallplot /path/to/ttf/file |
This task depends upon
Closed by Andrzej Giniewicz (Giniu)
Sunday, 29 March 2020, 23:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.6.0-2, but this is optional dependency. If it is needed/required in afdko, it should be hard dependency there.
Sunday, 29 March 2020, 23:18 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 4.6.0-2, but this is optional dependency. If it is needed/required in afdko, it should be hard dependency there.
Comment by
Andrzej Giniewicz (Giniu) - Sunday,
29 March 2020, 22:22 GMT
What version of Python do you use? According to readme of
fonttools, it is not needed for Python 3.8 (this is why it was not
included). I will check it, thanks for notice.
Comment by
Andrzej Giniewicz (Giniu) - Sunday,
29 March 2020, 22:59 GMT
Moved unicodedata2 to community -
https://www.archlinux.org/packages/community/x86_64/python-unicodedata2/. Seems they did not updated the readme file. Will fix this soon.