From e0b7db4fbafa72e87f434c921f080d6cf453e390 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Wed, 20 Mar 2013 22:49:53 -0700 Subject: [PATCH] drop python-json from Depends --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6a1ce8d..7415577 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.37~glasgall2) precise; urgency=low + + * Drop python-json from Depends, as it's part of Python now. + + -- Adam Glasgall Wed, 20 Mar 2013 22:48:09 -0700 + invirt-base (0.0.36~glasgall1) precise; urgency=low * Port packaging to dh_python2 diff --git a/debian/control b/debian/control index 1ae6067..57dbe7e 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Standards-Version: 3.8.0 Package: invirt-base Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= - 0.2.2), python-pkg-resources, remctl-client, invirt-config + python-yaml (>= 3.05), python-mako (>= 0.2.2), python-pkg-resources, + remctl-client, invirt-config Provides: ${python:Provides} Description: Base configuration required for all Invirt servers This package includes common files for the Invirt system. -- 1.7.9.5