blob: 7950e72077d5e8407be1f4315e633f0d47f93115 [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001From c5c415a240189ac6730ba95de0bb5883dfb53609 Mon Sep 17 00:00:00 2001
2From: Trevor Gamblin <tgamblin@baylibre.com>
3Date: Mon, 1 May 2023 11:32:24 -0400
4Subject: [PATCH] pyproject.toml: Remove hard-coded dependencies
5
6Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
7---
Patrick Williams520786c2023-06-25 16:20:36 -05008Upstream-Status: Pending
9
Andrew Geissler3eeda902023-05-19 10:14:02 -050010 pyproject.toml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/pyproject.toml b/pyproject.toml
14index bd542646b..2c0ed9485 100644
15--- a/pyproject.toml
16+++ b/pyproject.toml
17@@ -1,5 +1,5 @@
18 [build-system]
19-requires = ["setuptools~=62.6", "wheel~=0.37.1"]
20+requires = ["setuptools", "wheel"]
21 build-backend = "setuptools.build_meta"
22
23 [project]
24--
252.40.0
26