rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | inherit setuptools3 |
2 | require python-chardet.inc | ||||
3 | |||||
4 | do_install_append () { | ||||
5 | # rename scripts that would conflict with the Python 2 build of chardet | ||||
6 | mv ${D}${bindir}/chardetect ${D}${bindir}/chardetect3 | ||||
7 | } |