From: Greg Brockman Date: Mon, 23 Aug 2010 15:40:56 +0000 (-0400) Subject: Depend on package resources X-Git-Tag: 0.0.34^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/commitdiff_plain/e0ef568f8b2e8ba0689f90de9071dd02720c1310?hp=bac125e341bf1807e8d35efde0ab22bdf9e4d8fc Depend on package resources Reported-by: Andrew Farrell --- 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