diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-22 10:02:15 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 12:59:38 -0800 |
| commit | 343338e95565c2a3e2b1e8fbc4fce325ca0ea2f8 (patch) | |
| tree | 4db0b36d217858d84fa24735079f2e02fd802900 /meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | |
| parent | 1e853f5c5f8db616baac7dd17634cf4807a70e7d (diff) | |
| download | meta-openembedded-343338e95565c2a3e2b1e8fbc4fce325ca0ea2f8.tar.gz | |
python3-jsmin: Fix ptests to run with python 3.12+
Remove it from problematic tests list ot fast list as it runs ok now.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb index 15c9b14595..c3129e7b53 100644 --- a/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
| 11 | 11 | ||
| 12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
| 13 | file://7a75d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch \ | ||
| 13 | file://run-ptest \ | 14 | file://run-ptest \ |
| 14 | " | 15 | " |
| 15 | 16 | ||
