summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-coloredlogs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-coloredlogs.inc b/meta-python/recipes-devtools/python/python-coloredlogs.inc
index f43bea1f74..bdb1d752c5 100644
--- a/meta-python/recipes-devtools/python/python-coloredlogs.inc
+++ b/meta-python/recipes-devtools/python/python-coloredlogs.inc
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "b869a2dda3fa88154b9dd850e27828d8755bfab5a838a1c97fbc850c6e
10inherit pypi 10inherit pypi
11 11
12do_compile_prepend() { 12do_compile_prepend() {
13 sed -ie "s/find_pth_directory(),/'',/g" setup.py 13 sed -ie "s/find_pth_directory(),/'',/g" ${S}/setup.py
14} 14}
15 15
16do_install_append() { 16do_install_append() {