summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch b/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch
new file mode 100644
index 0000000000..9c61f0bdee
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-lief/0001-build-requirements.txt-Allow-newer-versions.patch
@@ -0,0 +1,34 @@
1From d6686206658aadc74d21a29c781320e2e13fe8f3 Mon Sep 17 00:00:00 2001
2From: Leon Anavi <leon.anavi@konsulko.com>
3Date: Mon, 27 Jan 2025 17:05:53 +0000
4Subject: [PATCH] build-requirements.txt: Allow newer versions
5
6Allowing building with newer version
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
11---
12 api/python/build-requirements.txt | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15--- a/api/python/build-requirements.txt
16+++ b/api/python/build-requirements.txt
17@@ -1,10 +1,10 @@
18-tomli==2.2.1
19-scikit-build-core==0.11.1
20+tomli>=2.2.1
21+scikit-build-core>=0.11.1
22 # For Ninja: msvc.msvc14_get_vc_env
23-setuptools==70.2.0
24+setuptools>=70.2.0
25 # For the "env" feature
26-pydantic==2.11.3
27+pydantic>=2.11.3
28 # Implicit from scikit-build-core
29-pathspec==0.12.1
30-build==1.2.1
31-wheel==0.45.1
32+pathspec>=0.12.1
33+build>=1.2.1
34+wheel>=0.45.1