]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added sqlite3 as dependency.
authorThomas Goirand <thomas@goirand.fr>
Thu, 9 Oct 2014 03:25:16 +0000 (11:25 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 9 Oct 2014 03:25:16 +0000 (11:25 +0800)
Rewritten-From: 78fec0c74f216385908fcc94d376b981d42db212

trusty/debian/changelog
trusty/debian/control

index 37bce71e5863c618f32de81dc6a0a58de34530de..d9afab037a996dc9391ca0dc606e6424742a8a25 100644 (file)
@@ -3,6 +3,7 @@ neutron (2014.2~rc1-3) unstable; urgency=medium
   * Mangling upstream rc and beta versions in watch file.
   * Fixed 0001-Add-parameter-and-iptables-rules-to-protect-dnsmasq-.patch
     wrong identation.
+  * Added sqlite3 as dependency.
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 09 Oct 2014 11:21:51 +0800
 
index 01aff32772dd231a5856994c44dd437a2760b5c3..672d28ab98ea47fa99a7114a65786e1cbffb7581 100644 (file)
@@ -177,6 +177,7 @@ Depends: adduser,
          python-neutron (= ${source:Version}),
          python-pyparsing (>=1.5.7),
          python-sqlalchemy,
+         sqlite3,
          ${misc:Depends},
          ${python:Depends}
 Provides: neutron-plugin,