aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-traceback2_1.4.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-06-23 10:30:29 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-06-23 11:14:27 +0200
commit3fae17aece0e6d82f56965fe501bf7080c671df8 (patch)
treefad82482f361993640b8921bd7c65cbd9105e2b6 /recipes-devtools/python/python-traceback2_1.4.0.bb
parentd9662a41f67c3425a356bce4ec29f82058127344 (diff)
downloadmeta-python2-gatesgarth-next.tar.gz
python-chardet: rename ${bindir}/chardetect to avoid conflict with python3-chardetgatesgarth-nextgatesgarth
* to allow both python-chardet and python3-chardet to be installed in the same image * now it fails with: Collected errors: * check_data_file_clashes: Package python-chardet wants to install file image/1.0/rootfs/usr/bin/chardetect But that file is already provided by package * python3-chardet * the only difference is the shebang: --- python-chardet/3.0.4-r0/image/usr/bin/chardetect 2021-06-23 01:24:17.172638046 -0700 +++ python3-chardet/3.0.4-r0/image/usr/bin/chardetect 2021-06-23 01:24:17.412641733 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # EASY-INSTALL-ENTRY-SCRIPT: 'chardet==3.0.4','console_scripts','chardetect' __requires__ = 'chardet==3.0.4' import re Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-traceback2_1.4.0.bb')
0 files changed, 0 insertions, 0 deletions