diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-01 12:42:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-23 15:27:32 +0100 |
commit | d4cd787e08f5dcd4c188e632e7b1399b87dafa51 (patch) | |
tree | 2491ed1fdd983d9ed1f68eaa305a307fdf82747a /documentation/ref-manual/faq.xml | |
parent | 3fa0f9d3eef6c11bdb3b8f5c48d39112029d33ef (diff) | |
download | poky-d4cd787e08f5dcd4c188e632e7b1399b87dafa51.tar.gz |
yocto-project-qs, ref-manual: Removed Python 3.0 exclusion
Fixes [YOCTO #10178]
Previously, YP did not support Python 3.0. We mentioned that
in the manual in several places as a requirement for running YP.
I removed this exclusion in the following areas:
* yocto-project-qs - the section that tells what version of
Python you need.
* ref-manual - the section that tells what version of Python
you need.
* ref-manual - the FAQ entry about not having the right version
of Python.
(From yocto-docs rev: 5a0d3ac1c2a4154b93dc925b8074bc9243a86faf)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.xml')
-rw-r--r-- | documentation/ref-manual/faq.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index d2e4e8eb1b..01e5560c0f 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -33,9 +33,7 @@ | |||
33 | <para id='faq-not-meeting-requirements'> | 33 | <para id='faq-not-meeting-requirements'> |
34 | My development system does not meet the | 34 | My development system does not meet the |
35 | required Git, tar, and Python versions. | 35 | required Git, tar, and Python versions. |
36 | In particular, I do not have Python 2.7.3 or greater, or | 36 | In particular, I do not have Python 2.7.3 or greater. |
37 | I do have Python 3.x, which is specifically not supported by | ||
38 | the Yocto Project. | ||
39 | Can I still use the Yocto Project? | 37 | Can I still use the Yocto Project? |
40 | </para> | 38 | </para> |
41 | </question> | 39 | </question> |