mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
ref-manual: Changed command to install Fedora Python package
Fixes [YOCTO #10208] The example command was wrong. Had the wrong package name since we moved upward with Python. Using "sudo dnf install python3-GitPython" now. (From yocto-docs rev: d94469ac4860841c3955161ce1b67a962c4f3f8d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0de57677c3
commit
77dee668ba
@@ -306,7 +306,7 @@
|
||||
Packages needed if you are going to run
|
||||
<filename>oe-selftest</filename>:
|
||||
<literallayout class='monospaced'>
|
||||
$ sudo dnf install GitPython
|
||||
$ sudo dnf install python3-GitPython
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
|
||||
Reference in New Issue
Block a user