summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-05-09 10:00:57 +0200
committerChris Warrick2015-05-09 10:00:57 +0200
commit86d5f61c0c8e9ea2e571a1544111fcff5710c448 (patch)
tree7328607fd952b3178e3eee636e6a08aaaa1a5faf /PKGBUILD
parent41648c6c6b4b2bc15a35665431de88c0aa9ac796 (diff)
downloadaur-86d5f61c0c8e9ea2e571a1544111fcff5710c448.tar.gz
add setuptools to doit deps
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 029629dca8e0..b240c8e6ff6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Automation Tool'
arch=('any')
url='http://pydoit.org/'
license=('MIT')
-depends=('python' 'python-pyinotify' 'python-six')
+depends=('python' 'python-pyinotify' 'python-six' 'python-setuptools')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"LICENSE")