blob: 38d8122ce93dc1810addd8db24291d16c814f472 (
plain)
1
2
3
4
5
6
7
|
inherit setuptools3
require python-chardet.inc
do_install_append () {
# rename scripts that would conflict with the Python 2 build of chardet
mv ${D}${bindir}/chardetect ${D}${bindir}/chardetect3
}
|