mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-12 01:30:46 +00:00
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
668 B
Diff
23 lines
668 B
Diff
From e11eb34d1196a9dc35fef213aeffdfd8e6e29f44 Mon Sep 17 00:00:00 2001
|
|
From: Tom Geelen <t.f.g.geelen@gmail.com>
|
|
Date: Sun, 8 Feb 2026 19:14:09 +0100
|
|
Subject: [PATCH] allow newer wheel
|
|
|
|
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
|
|
Upstream-Status: Pending
|
|
---
|
|
pyproject.toml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 4c98630..75a15da 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"]
|
|
+requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.4"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|