diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-lief')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch b/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch index e2d041dac7..9c61f0bdee 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch @@ -12,28 +12,23 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> api/python/build-requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -diff --git a/api/python/build-requirements.txt b/api/python/build-requirements.txt -index 4c9004ca..fe0d1055 100644 --- a/api/python/build-requirements.txt +++ b/api/python/build-requirements.txt @@ -1,10 +1,10 @@ --tomli==2.0.1 --scikit-build-core==0.9.8 -+tomli>=2.0.1 -+scikit-build-core>=0.9.8 +-tomli==2.2.1 +-scikit-build-core==0.11.1 ++tomli>=2.2.1 ++scikit-build-core>=0.11.1 # For Ninja: msvc.msvc14_get_vc_env -setuptools==70.2.0 +setuptools>=70.2.0 # For the "env" feature --pydantic==2.8.2 -+pydantic>=2.8.2 +-pydantic==2.11.3 ++pydantic>=2.11.3 # Implicit from scikit-build-core -pathspec==0.12.1 -build==1.2.1 --wheel==0.43.0 +-wheel==0.45.1 +pathspec>=0.12.1 +build>=1.2.1 -+wheel>=0.43.0 --- -2.39.5 - ++wheel>=0.45.1 |
