meta-openembedded/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
Dima Zavin 88c8866fbc python3-chardet: add a '3' suffix to binary to avoid conflicts with python2
Signed-off-by: Dima Zavin <dmitriyz@waymo.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-05 23:31:10 -07:00

8 lines
207 B
BlitzBasic

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
}