summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortkit2018-05-19 11:05:53 +0800
committertkit2018-05-19 11:05:53 +0800
commit830f8da8b84acce781591897069d37dfcd01c023 (patch)
treede446075ea6593f5b5a9802d2fe0f1da2da0644e /PKGBUILD
parent43ee69639aa4b35cff7740150cf51531dedc155d (diff)
downloadaur-830f8da8b84acce781591897069d37dfcd01c023.tar.gz
add dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eed55a620195..6c1235df60f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ arch=('i686' 'x86_64')
url='https://github.com/AmazaspShumik/sklearn-bayes'
license=('unknown')
groups=()
-depends=('python-numpy' 'python-scipy' 'python-scikit-learn')
-makedepends=('git' 'cython')
+depends=('python' 'python-numpy' 'python-scipy' 'python-scikit-learn')
+makedepends=('git' 'cython' 'python-setuptools')
checkdepends=()
optdepends=()
provides=()