summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb b/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
index 038043c568..38d8122ce9 100644
--- a/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-chardet_3.0.4.bb
@@ -1,2 +1,7 @@
1inherit setuptools3 1inherit setuptools3
2require python-chardet.inc 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}