From 7599380abbe2755c958203270f37bf41617826a9 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 22 Dec 2014 08:28:55 -0800 Subject: [PATCH] force version 2.4 of django rest framework --- opencloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencloud.spec b/opencloud.spec index 7fe1605..412a3f3 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -31,7 +31,7 @@ requires: wget %pre pip-python install django==1.7 -pip-python install djangorestframework +pip-python install djangorestframework==2.4.4 pip-python install markdown # Markdown support for the browseable API. pip-python install pyyaml # YAML content-type support. pip-python install django-filter # Filtering support -- 2.43.0