| xj | b04a402 | 2021-11-25 15:01:52 +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 | } | ||||