summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-05-10 15:24:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-16 23:32:41 +0100
commitf555272aa83535f9a5620ef1ec8bec93ce1fac96 (patch)
tree655c2d56385977e0ac589715ed48fe6d3d446ee5
parentcd6813ec0accb449ce309ce8c16d0131f5b0f1ff (diff)
downloadpoky-f555272aa83535f9a5620ef1ec8bec93ce1fac96.tar.gz
bitbake: toaster: modified list of dependencies
Removed dependency to argparse and wsgiref as they're in standard python library. wsgiref crashes during installation with python 3 as it's not compatible with python 3. Added dependency to pytz as it's used in the toaster code. (Bitbake rev: d3e309b81641b53cdd3b965d6fe00ed2ea961465) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 0e8c742cb9..e61c8e2aae 100644
--- a/bitbake/toaster-requirements.txt
+++ b/bitbake/toaster-requirements.txt
@@ -1,4 +1,3 @@
1Django>1.8,<1.9 1Django>1.8,<1.9
2argparse==1.2.1
3wsgiref==0.1.2
4beautifulsoup4>=4.4.0 2beautifulsoup4>=4.4.0
3pytz