From b37e6a2d3cbbd42bfd93ab3fe4167bfc5f7091d5 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 22 Feb 2013 19:36:19 +0100 Subject: Fix BuildReqs in the spec file --- hyperkitty.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperkitty.spec b/hyperkitty.spec index 2a2d144..94adb3a 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -23,6 +23,7 @@ BuildRequires: python-sphinx # Unit tests in %%check BuildRequires: Django BuildRequires: kittystore +BuildRequires: django-gravatar2 BuildRequires: django-rest-framework >= 2.0.0 BuildRequires: django-social-auth >= 0.7.1 BuildRequires: python-django-south -- cgit