summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-12-30 01:02:02 +0100
committerBenjamin Chrétien2015-12-30 01:02:02 +0100
commit7cd610e2d9d08a16e69940c6bb6ff702fdbd5b6b (patch)
tree75c012c4b46ae5f89adc6e7f8689cc7cd7a12e81 /PKGBUILD
parent693f3230c6537a6a03618c04f50caeaba683fd41 (diff)
downloadaur-7cd610e2d9d08a16e69940c6bb6ff702fdbd5b6b.tar.gz
Add missing make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30491c94f786..63102170bf7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python')
-makedepends=('python')
+makedepends=('python' 'python-setuptools')
license=('BSD, MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/r/rosdistro/rosdistro-$pkgver.tar.gz")