mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
python3-pychromecast: Allow max version to 0.46.1 for python3-wheel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
34b43eb016
commit
7d23c8e09c
|
@ -0,0 +1,23 @@
|
||||||
|
From 5485eccd26529740e0f875e33afcbdfefd630597 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
|
Date: Tue, 1 Jul 2025 23:14:08 -0700
|
||||||
|
Subject: [PATCH] bump required version to 0.46.1 for python3-wheel
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
|
|
||||||
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||||
|
---
|
||||||
|
pyproject.toml | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/pyproject.toml b/pyproject.toml
|
||||||
|
index d5a518c..a6a159d 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.0"]
|
||||||
|
+requires = ["setuptools>=65.6,<81.0", "wheel>=0.37.1,<0.46.2"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
|
@ -7,6 +7,7 @@ SRC_URI += "\
|
||||||
file://0001-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch \
|
file://0001-Update-setuptools-requirement-from-78.0-65.6-to-65.6.patch \
|
||||||
file://0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch \
|
file://0001-Update-setuptools-requirement-from-79.0-65.6-to-65.6.patch \
|
||||||
file://0001-Update-setuptools-requirement-from-80.0-65.6-to-65.6.patch \
|
file://0001-Update-setuptools-requirement-from-80.0-65.6-to-65.6.patch \
|
||||||
|
file://0001-bump-required-version-to-0.46.1-for-python3-wheel.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "7abbae80a2c9e05b93b1a7b8b4d771bbc764d88fd5e56a566f46ac1bd3f93848"
|
SRC_URI[sha256sum] = "7abbae80a2c9e05b93b1a7b8b4d771bbc764d88fd5e56a566f46ac1bd3f93848"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user