Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 1 | From c5c415a240189ac6730ba95de0bb5883dfb53609 Mon Sep 17 00:00:00 2001 |
| 2 | From: Trevor Gamblin <tgamblin@baylibre.com> |
| 3 | Date: Mon, 1 May 2023 11:32:24 -0400 |
| 4 | Subject: [PATCH] pyproject.toml: Remove hard-coded dependencies |
| 5 | |
| 6 | Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> |
| 7 | --- |
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 8 | Upstream-Status: Pending |
| 9 | |
Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 10 | pyproject.toml | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | |
| 13 | diff --git a/pyproject.toml b/pyproject.toml |
| 14 | index 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 | -- |
| 25 | 2.40.0 |
| 26 | |