blob: 38d8122ce93dc1810addd8db24291d16c814f472 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +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}