From: Sapan Bhatia <gwsapan@gmail.com>
Date: Mon, 8 Sep 2014 15:00:29 +0000 (-0400)
Subject: Added requirements for using django encrypted fields
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8038ecab97821adc503b2999cdcc693798218450;p=plstackapi.git

Added requirements for using django encrypted fields
---

diff --git a/opencloud.spec b/opencloud.spec
index 56de9d9..ad39606 100644
--- a/opencloud.spec
+++ b/opencloud.spec
@@ -18,6 +18,7 @@ requires: tar
 requires: gcc
 requires: python-httplib2
 requires: GeoIP
+requires: python-keyczar
 
 %description
 %{summary}
@@ -46,6 +47,7 @@ pip-python install django-suit
 pip-python install django-evolution
 pip-python install django-bitfield
 pip-python install django-ipware
+pip-python install django-encrypted-fields
 
 easy_install django_evolution
 easy_install python_gflags