From 8038ecab97821adc503b2999cdcc693798218450 Mon Sep 17 00:00:00 2001
From: Sapan Bhatia <gwsapan@gmail.com>
Date: Mon, 8 Sep 2014 11:00:29 -0400
Subject: [PATCH] Added requirements for using django encrypted fields

---
 opencloud.spec | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.47.0