summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Veness2015-09-08 19:50:24 -0700
committerTyler Veness2015-09-08 19:50:24 -0700
commitcc944ac54707fa006d055cb207c111b171f569ce (patch)
tree7007d22ec16cf2ebaec64fd79e8ce29f2457ddb1 /PKGBUILD
parent280e7d6b4bde190b7ae01653e4a8a342ba80939d (diff)
downloadaur-cc944ac54707fa006d055cb207c111b171f569ce.tar.gz
Added python-slycot-git to checkdepends list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ebab0353a09..168d667fb9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-control
pkgname=('python2-control' 'python-control')
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Implements basic operations for analysis and design of feedback control systems in Python"
arch=('any')
license=('BSD')
@@ -12,7 +12,7 @@ depends=('python-scipy'
'python-matplotlib')
optdepends=('python-slycot-git: matrix equation support, model simplification tools, and state feedback')
makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-nose' 'python2-nose' 'python-slycot-git')
options=('staticlibs')
source=("https://github.com/python-control/python-control/archive/${pkgver}.tar.gz"
"LICENSE")