blob: 38d8122ce93dc1810addd8db24291d16c814f472 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001inherit setuptools3
2require python-chardet.inc
3
4do_install_append () {
5 # rename scripts that would conflict with the Python 2 build of chardet
6 mv ${D}${bindir}/chardetect ${D}${bindir}/chardetect3
7}