]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Now heat-api depends on openstackclient.
authorThomas Goirand <thomas@goirand.fr>
Mon, 21 Sep 2015 13:00:16 +0000 (13:00 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 23 Sep 2015 19:34:54 +0000 (19:34 +0000)
Rewritten-From: 548d730937d9445c4f9e7ef6a8d722722aac80b2

trusty/debian/changelog
trusty/debian/control

index d01271d820f8eb6b01dda7a5cdd878228c2ba30b..570e5a6ca989286551bab534d5d4d2410adc2b6d 100644 (file)
@@ -2,6 +2,7 @@ heat (1:5.0.0~rc1-1) experimental; urgency=medium
 
   * New upstream release.
   * Fixed (build-)depends for this release.
+  * Now heat-api depends on python-openstackclient.
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 23 Sep 2015 18:33:01 +0200
 
index 258e0c74fb711aab41b5bd314af177a31913e198..e3ebfd0dcdf60635a8f1791b4fff668ab6940478 100644 (file)
@@ -183,6 +183,7 @@ Package: heat-api
 Architecture: all
 Depends: adduser,
          heat-common (=${binary:Version}),
+         python-openstackclient,
          ${misc:Depends},
          ${ostack-lsb-base},
          ${python:Depends},