diff options
Diffstat (limited to 'meta-python/recipes-extended/python3-gpt-image')
-rw-r--r-- | meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb index 941d92f55b..a4870de113 100644 --- a/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb +++ b/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb | |||
@@ -15,3 +15,5 @@ inherit pypi python3native python_setuptools_build_meta ptest-python-pytest | |||
15 | do_install:append() { | 15 | do_install:append() { |
16 | rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ | 16 | rm -fr ${D}${libdir}/python*/site-packages/gpt-image/__pycache__ |
17 | } | 17 | } |
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||