diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-07-25 10:15:59 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-25 08:43:53 -0700 |
| commit | 8b8479ebf69ec88051834379278275d1ea6b79e9 (patch) | |
| tree | a3fe830c1b62d1b7206aaf0d503ae8bf599bd799 /meta-python/recipes-devtools/python | |
| parent | ce2e087e9d8882f784d0dca0f855a52db98b0170 (diff) | |
| download | meta-openembedded-8b8479ebf69ec88051834379278275d1ea6b79e9.tar.gz | |
python3-werkzeug: upgrade 2.2.3 -> 2.3.6
Upstream states that the build backend is now flit, but inheriting
python_flit_core alone still causes the following error:
| ModuleNotFoundError: No module named 'setuptools'
|
| ERROR Backend 'setuptools.build_meta' is not available.
Instead, inherit python_setuptools_build_meta, which works OK.
Changelog: https://github.com/pallets/werkzeug/blob/main/CHANGES.rst
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug_2.3.6.bb (renamed from meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.3.6.bb index 5565fb4ead..11441fca2b 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_2.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.3.6.bb | |||
| @@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" | |||
| 12 | 12 | ||
| 13 | PYPI_PACKAGE = "Werkzeug" | 13 | PYPI_PACKAGE = "Werkzeug" |
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe" | 15 | SRC_URI[sha256sum] = "98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330" |
| 16 | 16 | ||
| 17 | inherit pypi setuptools3 | 17 | inherit pypi python_setuptools_build_meta |
| 18 | 18 | ||
| 19 | CLEANBROKEN = "1" | 19 | CLEANBROKEN = "1" |
| 20 | 20 | ||
