summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2015-05-09 10:00:57 +0200
committerChris Warrick2015-05-09 10:00:57 +0200
commit86d5f61c0c8e9ea2e571a1544111fcff5710c448 (patch)
tree7328607fd952b3178e3eee636e6a08aaaa1a5faf
parent41648c6c6b4b2bc15a35665431de88c0aa9ac796 (diff)
downloadaur-86d5f61c0c8e9ea2e571a1544111fcff5710c448.tar.gz
add setuptools to doit deps
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d7c85e5caa..231246acf3ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-doit
depends = python
depends = python-pyinotify
depends = python-six
+ depends = python-setuptools
options = !emptydirs
source = http://pypi.python.org/packages/source/d/doit/doit-0.28.0.tar.gz
source = LICENSE
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")