X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=blobdiff_plain;f=opencloud.spec;h=0bbf9a6f34ccec06410f4e34958c9b6cdb6c02cf;hp=7fe1605be6d8d7a9904636921d486be71a2d5e22;hb=HEAD;hpb=c54cdbbb8a7b6e409f3d8cf53ff1f6784bbb1fae diff --git a/opencloud.spec b/opencloud.spec index 7fe1605..0bbf9a6 100644 --- a/opencloud.spec +++ b/opencloud.spec @@ -1,7 +1,7 @@ Summary: OpenCloud core services Name: opencloud Version: 1.0.29 -Release: 1 +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