summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThéophane Hufschmitt2015-08-21 10:33:28 +0800
committerThéophane Hufschmitt2015-08-21 10:33:28 +0800
commitfdd81c5b2e3bc7e2673fec4fb1ff6292d233c858 (patch)
tree43fe1e3946ac6a94a6a5f5509bda6963bcb9ecdd
parent6fd3a12b30f16414453bc0ebebdde1e0765961ce (diff)
downloadaur-fdd81c5b2e3bc7e2673fec4fb1ff6292d233c858.tar.gz
Added missing dependencies
-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")