aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-09-12 01:27:56 +0200
committerficus <ficus@robocracy.org>2012-09-12 01:27:56 +0200
commit7103410261a863b122e6ca0295fb7b59e1daf3c1 (patch)
tree60c104f333750b00e2890c9f838e1d8b2181f9cd
parente55744bb195f0d665332ceb48acb57b4a4e186b5 (diff)
downloadtorouter-7103410261a863b122e6ca0295fb7b59e1daf3c1.tar.gz
torouter-7103410261a863b122e6ca0295fb7b59e1daf3c1.zip
add python-daemon dependancy for TUI
-rw-r--r--packages/torouter-web/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/torouter-web/debian/control b/packages/torouter-web/debian/control
index 00f53f4..8a949ef 100644
--- a/packages/torouter-web/debian/control
+++ b/packages/torouter-web/debian/control
@@ -8,6 +8,6 @@ Homepage: <https://www.torproject.org/>
Package: torouter-tui
Architecture: all
-Depends: ${misc:Depends}, python, python-webpy
+Depends: ${misc:Depends}, python, python-webpy, python-daemon
Description: Torouter web UI
This package provides the Torouter web UI.