drop python-json from Depends
authorAdam Glasgall <adam@crossproduct.net>
Thu, 21 Mar 2013 05:49:53 +0000 (22:49 -0700)
committerAdam Glasgall <adam@crossproduct.net>
Thu, 21 Mar 2013 05:49:53 +0000 (22:49 -0700)
debian/changelog
debian/control

index 6a1ce8d..7415577 100644 (file)
@@ -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 <glasgall@mit.edu>  Wed, 20 Mar 2013 22:48:09 -0700
+
 invirt-base (0.0.36~glasgall1) precise; urgency=low
 
   * Port packaging to dh_python2
index 1ae6067..57dbe7e 100644 (file)
@@ -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.