summaryrefslogtreecommitdiffstats
path: root/bitbake/toaster-requirements.txt
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-06-02 08:24:03 +0100
commit46ed4fff34c648d34f7c0ebc30d2ae0c24fda98d (patch)
treea4c1fe5056a8ff41857695a18c86e33834b5cd65 /bitbake/toaster-requirements.txt
parent9a3f2b3912f7f1e671dc48f856a1ee20db23be25 (diff)
downloadpoky-46ed4fff34c648d34f7c0ebc30d2ae0c24fda98d.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: 46f185afaaef74c566eec6d8fc1edc68a3b96b32) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.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 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