[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2619/8267] yocto-project-qs, ref-manual: Removed Python 3.0 exclusion



commit d4cd787e08f5dcd4c188e632e7b1399b87dafa51
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Thu Sep 1 12:42:53 2016 -0700

    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>

 documentation/ref-manual/faq.xml                   |    4 +---
 documentation/ref-manual/introduction.xml          |    3 +--
 .../yocto-project-qs/yocto-project-qs.xml          |    3 +--
 3 files changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index d2e4e8e..01e5560 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -33,9 +33,7 @@
             <para id='faq-not-meeting-requirements'>
                 My development system does not meet the
                 required Git, tar, and Python versions.
-                In particular, I do not have Python 2.7.3 or greater, or
-                I do have Python 3.x, which is specifically not supported by
-                the Yocto Project.
+                In particular, I do not have Python 2.7.3 or greater.
                 Can I still use the Yocto Project?
             </para>
         </question>
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index ce8fa5c..288a593 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -422,8 +422,7 @@
             <itemizedlist>
                 <listitem><para>Git 1.8.3.1 or greater</para></listitem>
                 <listitem><para>tar 1.24 or greater</para></listitem>
-                <listitem><para>Python 2.7.3 or greater not including
-                    Python 3.x, which is not supported.</para></listitem>
+                <listitem><para>Python 2.7.3 or greater</para></listitem>
             </itemizedlist>
         </para>
 
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml 
b/documentation/yocto-project-qs/yocto-project-qs.xml
index c09e971..fafa35f 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -255,8 +255,7 @@
                         tar 1.24 or greater
                         </para></listitem>
                     <listitem><para>
-                        Python 2.7.3 or greater excluding Python
-                        3.x, which is not supported.
+                        Python 2.7.3 or greater.
                         </para></listitem>
                 </itemizedlist>
                 If your build host does not meet any of these three listed


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]