python-coloredlogs: don't use relative paths

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2019-12-10 17:06:16 +00:00
committed by Khem Raj
parent 4f3e44d4ac
commit 28d6b7aeeb

View File

@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e
inherit pypi
do_compile_prepend() {
sed -ie "s/find_pth_directory(),/'',/g" setup.py
sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
}
do_install_append() {