[PATCH 2/3] patman: fix installation of README.rst data file

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Simon Glass
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 17 Dec 2022 02:45
(address . guix-patches@gnu.org)
20221217014530.27772-2-maxim.cournoyer@savoirfairelinux.com
This fixes a regression introduced in commit 74df491051d6 ("buildman:
Convert documentation to rST").

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
---

tools/patman/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (14 lines)
diff --git a/tools/patman/setup.py b/tools/patman/setup.py
index 43fdc00ce6..ce9bb4aa63 100644
--- a/tools/patman/setup.py
+++ b/tools/patman/setup.py
@@ -7,6 +7,6 @@ setup(name='patman',
scripts=['patman'],
packages=['patman'],
package_dir={'patman': ''},
- package_data={'patman': ['README']},
+ package_data={'patman': ['README.rst']},
classifiers=['Environment :: Console',
'Topic :: Software Development'])
--
2.38.1
M
M
Maxim Cournoyer wrote on 17 Dec 2022 03:22
control message for bug #60133
(address . control@debbugs.gnu.org)
87zgbmahwr.fsf@gmail.com
tags 60133 notabug
close 60133
quit
S
S
Simon Glass wrote on 17 Dec 2022 23:24
Re: [PATCH 2/3] patman: fix installation of README.rst data file
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
CAPnjgZ06pxA+LUMzXJpjoqpO=rtRfhVFmMcOwvwbudJ66orfgA@mail.gmail.com
On Fri, 16 Dec 2022 at 18:45, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
Toggle quote (10 lines)
>
> This fixes a regression introduced in commit 74df491051d6 ("buildman:
> Convert documentation to rST").
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
> ---
>
> tools/patman/setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
?