[bitbake-devel] [PATCH 14/28] toaster: modified list of dependencies

Richard Purdie richard.purdie at linuxfoundation.org
Wed Jun 1 12:36:33 UTC 2016


From: Ed Bartosh <ed.bartosh at linux.intel.com>

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 toaster-requirements.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index 0e8c742..e61c8e2 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
-- 
2.5.0




More information about the bitbake-devel mailing list