diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-coloredlogs.inc | 2 |
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 | |||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | do_compile_prepend() { | 12 | do_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 | ||
16 | do_install_append() { | 16 | do_install_append() { |