summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorApplebloom2017-03-05 21:05:49 +0100
committerApplebloom2017-03-05 21:05:49 +0100
commit807fed28bb9f48ca68430e13aded6184601aa85f (patch)
treec764c202fc137698b397b8c3c3aafc8e0be725f6 /PKGBUILD
parent72dfd141bf78122210a25c252277ee3b8dad9e6c (diff)
downloadaur-807fed28bb9f48ca68430e13aded6184601aa85f.tar.gz
Added python2-setuptools to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54836c142fd5..a759512a2714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
url='http://qgroundcontrol.org/mavlink/start'
depends=('python2-pyserial')
-makedepends=('git')
+makedepends=('git' 'python2-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)
source=("git+https://github.com/mavlink/mavlink.git"