summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2016-12-04 12:29:49 +0800
committerJingbei Li2016-12-04 12:29:49 +0800
commit9854d3c16a4fb66b524bf7a70f6aa0419e35ad40 (patch)
tree8aa6e2f683695841da32a91962fb1e3a3f5c9250 /PKGBUILD
parent2d42ecd1acbfc23a0f772f7086570def66838a58 (diff)
downloadaur-python-tflearn-git.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 1c429a2cffae..db78cdcc0c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="TFlearn is a modular and transparent deep learning library built on top
pkgver=0.2.2.r144.gb33bee3
pkgrel=1
depends=('python-numpy' 'python-six' 'python-pillow' 'python-tensorflow')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
arch=('any')
url="http://tflearn.org/"
license=('MIT')