diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-01 16:06:53 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:33 +0100 |
| commit | 77dee668bae654b3948a022b43c15a96390e1e54 (patch) | |
| tree | a189f4958cc8715059ca886e3261e0f371da26b1 /documentation | |
| parent | 0de57677c33eecab3b667e2a581b063003e59d67 (diff) | |
| download | poky-77dee668bae654b3948a022b43c15a96390e1e54.tar.gz | |
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>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index e9d261b59f..3f9cb54456 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
| @@ -306,7 +306,7 @@ | |||
| 306 | Packages needed if you are going to run | 306 | Packages needed if you are going to run |
| 307 | <filename>oe-selftest</filename>: | 307 | <filename>oe-selftest</filename>: |
| 308 | <literallayout class='monospaced'> | 308 | <literallayout class='monospaced'> |
| 309 | $ sudo dnf install GitPython | 309 | $ sudo dnf install python3-GitPython |
| 310 | </literallayout> | 310 | </literallayout> |
| 311 | </para></listitem> | 311 | </para></listitem> |
| 312 | </itemizedlist> | 312 | </itemizedlist> |
