From f555272aa83535f9a5620ef1ec8bec93ce1fac96 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 10 May 2016 15:24:53 +0300 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/toaster-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 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 @@ Django>1.8,<1.9 -argparse==1.2.1 -wsgiref==0.1.2 beautifulsoup4>=4.4.0 +pytz -- cgit v1.2.3-54-g00ecf