debian: add missing netbase dependency stable
authorSean Farley <sean@farley.io>
Sun, 17 Apr 2016 10:39:17 -0700
branchstable
changeset 28985 d2b29c848fcd
parent 28984 57b11b7d9077
child 28986 97811ff79647
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.
contrib/debian/control
--- 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,