changeset 28985:d2b29c848fcd stable

debian: add missing netbase dependency Apparently, some machines don't have this service (launchpad builders are one such example). This adds the correct dependency for test-serve.t.
author Sean Farley <sean@farley.io>
date Sun, 17 Apr 2016 10:39:17 -0700
parents 57b11b7d9077
children 97811ff79647
files contrib/debian/control
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/control	Sat Apr 16 14:24:25 2016 -0700
+++ b/contrib/debian/control	Sun Apr 17 10:39:17 2016 -0700
@@ -5,6 +5,7 @@
 Build-Depends:
  debhelper (>= 7),
  dh-python,
+ netbase,
  python-all,
  python-all-dev,
  python-docutils,