diff options
author | Micah Anderson <micah@riseup.net> | 2014-12-26 02:09:01 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-12-26 02:09:01 -0500 |
commit | 77b576b58f7f533ff4f6a31594bb53d4ffad9d49 (patch) | |
tree | 07ea2e01177371e84a593d927f61cd145bb56aca /debian/control | |
parent | 21f0f1b659b954879f849be9a43ae5d50f69df6a (diff) |
add missing dependency on python-daemon (github #796)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3869e11e..d64a878b 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: python-keyring (>= 0.9.2), python-srp, python-dateutil, + python-daemon, python-argparse, python-psutil, python-netifaces, |