blob: 38d8122ce93dc1810addd8db24291d16c814f472 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001inherit setuptools3
2require python-chardet.inc
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003
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}