[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1328/8267] toaster-manual: change mysql driver
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 1328/8267] toaster-manual: change mysql driver
- Date: Sat, 16 Dec 2017 21:40:25 +0000 (UTC)
commit aa42629969dcbfa204ca8dafac4f5c760d2e42b4
Author: Ed Bartosh <ed bartosh linux intel com>
Date: Tue Jul 12 10:25:33 2016 -0700
toaster-manual: change mysql driver
Here is a quote from Django 1.9 documentation regarding this:
mysqlclient is a fork of MySQLdb which notably supports Python 3
and can be used as a drop-in replacement for MySQLdb. At the time
of this writing, this is the recommended choice for using MySQL
with Django.
(From yocto-docs rev: deb02aeea4912f9d7978de3529467e4503eeeffb)
Signed-off-by: Scott Rifenbark <srifenbark gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
.../toaster-manual-setup-and-use.xml | 3 +--
1 files changed, 1 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 b9c51d6..d53f824 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -267,8 +267,7 @@
<literallayout class='monospaced'>
$ cd /var/www/toaster/
$ pip3 install --user -r ./poky/bitbake/toaster-requirements.txt
- $ pip3 install --user mysql
- $ pip3 install --user MySQL-python
+ $ pip3 install --user mysqlclient
</literallayout>
<note>
Isolating these packages is not required but is
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]