From 7de916fd02f69b3a1e207a9b53df203d653adb01 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 21 Sep 2015 13:00:16 +0000 Subject: [PATCH] Now heat-api depends on openstackclient. Rewritten-From: 548d730937d9445c4f9e7ef6a8d722722aac80b2 --- trusty/debian/changelog | 1 + trusty/debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/trusty/debian/changelog b/trusty/debian/changelog index d01271d8..570e5a6c 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -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 Wed, 23 Sep 2015 18:33:01 +0200 diff --git a/trusty/debian/control b/trusty/debian/control index 258e0c74..e3ebfd0d 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -183,6 +183,7 @@ Package: heat-api Architecture: all Depends: adduser, heat-common (=${binary:Version}), + python-openstackclient, ${misc:Depends}, ${ostack-lsb-base}, ${python:Depends}, -- 2.45.2