diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch b/meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch index 28ed0c8951..a0496232cd 100644 --- a/meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch +++ b/meta-python/recipes-devtools/python/python3-pylint/0002-pyproject.toml-Keep-tool.setuptools.license-files.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2a08adb0e90219626dac0b6d05a21265e460eae2 Mon Sep 17 00:00:00 2001 | 1 | From a1ec7fa97cb73754cb250a9cf0ea95b9d0511e0c Mon Sep 17 00:00:00 2001 |
2 | From: Leon Anavi <leon.anavi@konsulko.com> | 2 | From: Leon Anavi <leon.anavi@konsulko.com> |
3 | Date: Thu, 20 Mar 2025 12:09:42 +0000 | 3 | Date: Thu, 20 Mar 2025 12:09:42 +0000 |
4 | Subject: [PATCH] pyproject.toml: Keep tool.setuptools.license-files | 4 | Subject: [PATCH] pyproject.toml: Keep tool.setuptools.license-files |
@@ -20,7 +20,7 @@ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> | |||
20 | 1 file changed, 4 insertions(+), 2 deletions(-) | 20 | 1 file changed, 4 insertions(+), 2 deletions(-) |
21 | 21 | ||
22 | diff --git a/pyproject.toml b/pyproject.toml | 22 | diff --git a/pyproject.toml b/pyproject.toml |
23 | index 0cf1ade57..7a4665ce0 100644 | 23 | index a3cc3f43b..5eaf5ee5e 100644 |
24 | --- a/pyproject.toml | 24 | --- a/pyproject.toml |
25 | +++ b/pyproject.toml | 25 | +++ b/pyproject.toml |
26 | @@ -8,8 +8,7 @@ name = "pylint" | 26 | @@ -8,8 +8,7 @@ name = "pylint" |
@@ -43,6 +43,3 @@ index 0cf1ade57..7a4665ce0 100644 | |||
43 | [tool.setuptools.packages.find] | 43 | [tool.setuptools.packages.find] |
44 | include = [ "pylint*" ] | 44 | include = [ "pylint*" ] |
45 | 45 | ||
46 | -- | ||
47 | 2.39.5 | ||
48 | |||