diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-10-02 20:14:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-04 13:09:38 -0700 |
commit | 79eac8e59ff7be9247e67dfb9033312f9fb7cf0e (patch) | |
tree | a83f6f70f020e2c8addc9987988160d5bf0daf99 /meta-python/recipes-devtools/python/python3-pylint/0001-pyproject.toml-Remove-hard-coded-dependencies.patch | |
parent | f46d4005229b5fc229e2c7e5bc5a6267211ff8de (diff) | |
download | meta-openembedded-79eac8e59ff7be9247e67dfb9033312f9fb7cf0e.tar.gz |
python3-pylint: Upgrade to 3.0.0
Package additional hidden files for ptests (test_primer.py)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | |||