From 426e8336f21f1074e113749e00937b51a78db967 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 9 Oct 2014 11:25:16 +0800 Subject: [PATCH] Added sqlite3 as dependency. Rewritten-From: 78fec0c74f216385908fcc94d376b981d42db212 --- xenial/debian/changelog | 1 + xenial/debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 37bce71e5..d9afab037 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -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 Thu, 09 Oct 2014 11:21:51 +0800 diff --git a/xenial/debian/control b/xenial/debian/control index 01aff3277..672d28ab9 100644 --- a/xenial/debian/control +++ b/xenial/debian/control @@ -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, -- 2.45.2