aboutsummaryrefslogtreecommitdiffstats
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-01 15:28:23 +0100
commit46f185afaaef74c566eec6d8fc1edc68a3b96b32 (patch)
tree4b9f771cf8b4c34b3252c95021a12f2848c77e64
parent3f1e68c783308dcb51242d0fdeef758e581ccc8c (diff)
downloadbitbake-46f185afaaef74c566eec6d8fc1edc68a3b96b32.tar.gz
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. Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--toaster-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index 0e8c742cb..e61c8e2aa 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -1,4 +1,3 @@
Django>1.8,<1.9
-argparse==1.2.1
-wsgiref==0.1.2
beautifulsoup4>=4.4.0
+pytz