diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-10-16 21:34:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-16 14:07:29 -0700 |
| commit | 1f6400f0f810b041c3625d0ed98a6078277955d8 (patch) | |
| tree | cbea8a9b6c153884a43ff14a6905fac0e257ccd2 /meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb | |
| parent | 4756718dd87bacd5f4261e4224206da544c5b459 (diff) | |
| download | meta-openembedded-1f6400f0f810b041c3625d0ed98a6078277955d8.tar.gz | |
python3-yappi: backport a python 3.13 patch
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb index 4349cab1e7..80d5012be2 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.6.0.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI += " \ | |||
| 10 | file://run-ptest \ | 10 | file://run-ptest \ |
| 11 | file://0001-test_functionality-convert-line-endings-to-Unix.patch \ | 11 | file://0001-test_functionality-convert-line-endings-to-Unix.patch \ |
| 12 | file://0002-Fix-import-of-tests.utils-to-enable-pytest.patch \ | 12 | file://0002-Fix-import-of-tests.utils-to-enable-pytest.patch \ |
| 13 | file://py3.13.patch \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | inherit pypi python_setuptools_build_meta ptest | 16 | inherit pypi python_setuptools_build_meta ptest |
