summaryrefslogtreecommitdiffstats
path: root/bitbake/toaster-requirements.txt
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2015-12-09 19:56:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-14 23:13:06 +0000
commit8ca46641ef9abd31002f9de75b8dea1f2916f34d (patch)
tree1b00a123b569851c030ca27a23880a87b642260d /bitbake/toaster-requirements.txt
parentb322dec01642a61584a11638a97341126dc3dd3f (diff)
downloadpoky-8ca46641ef9abd31002f9de75b8dea1f2916f34d.tar.gz
bitbake: toaster: Upgrade to Django 1.8.6 and remove South
Upgrade Django to long-term support version. Django now provides its own migration framework, so remove requirement for South. [YOCTO #8364] (Bitbake rev: 648b62654c52116451c6a68a46d7264db3a34d09) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/toaster-requirements.txt')
-rw-r--r--bitbake/toaster-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt
index 1d7d21b331..5d34494d54 100644
--- a/bitbake/toaster-requirements.txt
+++ b/bitbake/toaster-requirements.txt
@@ -1,5 +1,4 @@
1Django==1.6 1Django==1.8.6
2South==0.8.4
3argparse==1.2.1 2argparse==1.2.1
4wsgiref==0.1.2 3wsgiref==0.1.2
5beautifulsoup4>=4.4.0 4beautifulsoup4>=4.4.0