diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 10:27:32 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-11 18:16:53 +0100 |
commit | 2bae760f4cad07653e5285ac9ccd4b6998fba3ac (patch) | |
tree | 4eb356c750386861ce8a7d8e3c7bde401de699a2 /hyperkitty.spec | |
parent | cca52aa474bbccb59393cc55d702eca30b5a984f (diff) | |
download | hyperkitty-2bae760f4cad07653e5285ac9ccd4b6998fba3ac.tar.gz hyperkitty-2bae760f4cad07653e5285ac9ccd4b6998fba3ac.tar.xz hyperkitty-2bae760f4cad07653e5285ac9ccd4b6998fba3ac.zip |
Update requirement on djangorestframework
Diffstat (limited to 'hyperkitty.spec')
-rw-r--r-- | hyperkitty.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec index 9084b1d..6e1c1c1 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -17,13 +17,13 @@ BuildRequires: python-sphinx # Unit tests in %%check BuildRequires: Django BuildRequires: kittystore -BuildRequires: django-rest-framework >= 0.3.3 +BuildRequires: django-rest-framework >= 2.0.0 BuildRequires: django-social-auth >= 0.7.0 Requires: Django >= 1.4 Requires: django-gravatar2 Requires: django-social-auth >= 0.7.0 -Requires: django-rest-framework >= 0.3.3 +Requires: django-rest-framework >= 2.0.0 Requires: mailman >= 3.0.0b2 Requires: kittystore |