]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Adds missing depends: sqlite3.
authorThomas Goirand <thomas@goirand.fr>
Sat, 13 Jul 2013 14:51:57 +0000 (22:51 +0800)
committerThomas Goirand <thomas@goirand.fr>
Sat, 13 Jul 2013 14:52:46 +0000 (22:52 +0800)
(cherry picked from commit e62d4aa3af0d5b0d11c83d4d77926162476efa3b)

Conflicts:
debian/changelog

Rewritten-From: 9897143d3df1f910f340bf25f080fcee6dc2a2ba

xenial/debian/control

index cf76ac72dce5df37d58efeda050fd63dce366f45..534f0d72924b88260f3d6744353fee1da9539e02 100644 (file)
@@ -106,6 +106,7 @@ Depends: adduser,
          dbconfig-common,
          debconf,
          python-cinder (= ${binary:Version}),
+         sqlite3,
          ${misc:Depends},
          ${python:Depends}
 Provides: ${python:Provides}