From 66a2df7b31855361d6c57aaa24c47afd0239331d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 30 Mar 2015 16:54:06 +0300 Subject: [PATCH] Add temporarily tzlocal to requirements It seems the change id 30c56082bb9b9bcd80128eedcef17b6beb793cf8 wasn't released in pbr, so this patch adds the tzlocal module requirement, temporarily, to requirements.txt, until a due release of pbr will be done. There's no need to add the rest of the libraries, because they are already provided by the installer. Change-Id: I03c66bd13ad04e9be2164d8e450cd7c625c731dd --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ae64e81..d4aefa0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ six>=1.7.0 Babel>=1.3 oauthlib netifaces -PyYAML \ No newline at end of file +PyYAML +tzlocal \ No newline at end of file