Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | inherit setuptools3 |
2 | require python-chardet.inc | ||||
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 | } |