diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch b/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch deleted file mode 100644 index 7950e72077..0000000000 --- a/meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
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 | --- | ||
8 | Upstream-Status: Pending | ||
9 | |||
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 | |||