summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ddc3ea3d4a6..4cd08953c78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A couple of tools (actions, filters, sorting) for todo.txt files"
arch=("any")
url="https://github.com/bram85/topydo"
license=('GPLv3')
-depends=("python2")
+depends=("python2" "python2-setuptools" "python2-six")
provides=("topydo")
source=("git+https://github.com/bram85/topydo.git")
md5sums=("SKIP")