summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-06-06 19:19:05 +0200
committerGuido Günther <agx@sigxcpu.org>2014-06-06 19:19:05 +0200
commitacbf3dd87ee59069efac5cf0c4c801bfa375308f (patch)
treeef180e3956be3effaa9e07902e33c75497c2d5e8
parentd10e47c277d729a7d8375444a24878809d020055 (diff)
Depend on python-pkg-resources
needed for the entry point
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e35fce7..516e234 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ X-Python-Version: >= 2.7
Package: whatmaps
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, lsb-release,
- python-apt
+ python-apt, python-pkg-resources
Description: tool to find processes mapping shared objects
After package upgrades (especially security fixes), services using a
shared library need to be restarted to make use of the updated version.