X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=blobdiff_plain;f=opencloud.spec;h=0bbf9a6f34ccec06410f4e34958c9b6cdb6c02cf;hp=e67b63b2c68ef11db5695eb3ed7dd45b40283715;hb=HEAD;hpb=5bc0fb63a28f136bc8590712c59ff5b2d4c083ca diff --git a/opencloud.spec b/opencloud.spec index e67b63b..0bbf9a6 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud -Version: 1.0.28 -Release: 2 +Version: 1.0.29 +Release: 3 License: GPL+ Group: Development/Tools Source0: %{_tmppath}/%{name}-%{version}.tar.gz @@ -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 @@ -53,6 +53,7 @@ pip-python install python-keystoneclient pip-python install python-novaclient pip-python install python-neutronclient pip-python install python-glanceclient +pip-python install python-ceilometerclient easy_install django_evolution