[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1325/8267] toaster-manual: update list of packages



commit 2134659165512c33c586b4e60ede2293e935671e
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Tue Jul 12 10:14:29 2016 -0700

    toaster-manual: update list of packages
    
    Changed mod_wsgi package names as Toaster requires python 3 version
    of mod_wsgi. Added missing python3-pip, mariadb-server, mariadb-devel
    and python3-devel to the list of packages for Fedora.
    
    (From yocto-docs rev: 8a2da9855c0ed5dd137808fa976cbe707048551e)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../toaster-manual-setup-and-use.xml               |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml 
b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 9c06450..25a5f0c 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -215,14 +215,14 @@
                   <listitem><para>
                       If you are using Ubuntu 16.04, run the following:
                       <literallayout class='monospaced'>
-   $ sudo apt-get install apache2 libapache2-mod-wsgi mysql-server python3-pip libmysqlclient-dev
+   $ sudo apt-get install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev
                       </literallayout>
                       </para></listitem>
                   <listitem><para>
                       If you are using Fedora 24 or a RedHat distribution, run
                       the following:
                       <literallayout class='monospaced'>
-   $ sudo dnf install httpd mod_wsgi gcc mysql-devel
+   $ sudo dnf install httpd python3-mod_wsgi python3-pip mariadb-server mariadb-devel python3-devel
                       </literallayout>
                       </para></listitem>
               </itemizedlist>


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