From: Ed Bartosh Date: Tue, 10 May 2016 12:24:53 +0000 (+0300) Subject: toaster: modified list of dependencies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f185afaaef74c566eec6d8fc1edc68a3b96b32;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/toaster-requirements.txt b/toaster-requirements.txt index 0e8c742cb9d..e61c8e2aaea 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