blob: 267e4c30ddad10840359f13d04e38f767681039b [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---
8 pyproject.toml | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/pyproject.toml b/pyproject.toml
12index bd542646b..2c0ed9485 100644
13--- a/pyproject.toml
14+++ b/pyproject.toml
15@@ -1,5 +1,5 @@
16 [build-system]
17-requires = ["setuptools~=62.6", "wheel~=0.37.1"]
18+requires = ["setuptools", "wheel"]
19 build-backend = "setuptools.build_meta"
20
21 [project]
22--
232.40.0
24