diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb index c64c800626..18ce5cc301 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_5.10.0.bb | |||
@@ -8,13 +8,15 @@ SRC_URI[sha256sum] = "b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86 | |||
8 | 8 | ||
9 | inherit pypi ptest setuptools3 | 9 | inherit pypi ptest setuptools3 |
10 | 10 | ||
11 | # let OE do the strip operation | ||
12 | export UJSON_BUILD_NO_STRIP = "1" | ||
13 | |||
14 | DEPENDS += "python3-setuptools-scm-native" | ||
15 | |||
11 | SRC_URI += " \ | 16 | SRC_URI += " \ |
12 | file://run-ptest \ | 17 | file://run-ptest \ |
13 | file://0001-setup.py-Do-not-strip-debugging-symbols.patch \ | ||
14 | " | 18 | " |
15 | 19 | ||
16 | DEPENDS += "python3-setuptools-scm-native" | ||
17 | |||
18 | RDEPENDS:${PN} += "\ | 20 | RDEPENDS:${PN} += "\ |
19 | python3-datetime \ | 21 | python3-datetime \ |
20 | python3-numbers \ | 22 | python3-numbers \ |