From e0ef568f8b2e8ba0689f90de9071dd02720c1310 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Mon, 23 Aug 2010 11:40:56 -0400 Subject: [PATCH] Depend on package resources Reported-by: Andrew Farrell --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3d96ba2..5030879 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.34) unstable; urgency=low + + * Depend on pkg_resources + + -- Greg Brockman Mon, 23 Aug 2010 11:40:01 -0400 + invirt-base (0.0.33) unstable; urgency=low * Fixed up the captureOutput method. diff --git a/debian/control b/debian/control index bab7571..cff265d 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Package: invirt-base Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-json (>= 3.4-2), python-yaml (>= 3.05), python-mako (>= - 0.2.2), remctl-client, invirt-config + 0.2.2), python-pkg-resources, remctl-client, invirt-config Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Base configuration required for all Invirt servers -- 1.7.9.5