diff options
author | Erich Eckner <git@eckner.net> | 2017-09-20 15:10:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-20 15:10:47 +0200 |
commit | 660171b2f62a8e347e3ea55ea629bd7f982cb0ee (patch) | |
tree | 9b2d5a998d57985944a588273b227ef7cc6924bf /ipython-ipyparallel/PKGBUILD | |
parent | ee40c33489ca89241191bba3eccd47f2c130fd66 (diff) | |
download | archlinuxewe-660171b2f62a8e347e3ea55ea629bd7f982cb0ee.tar.xz |
ipython-ipyparallel: add makedepends to silence namcap
Diffstat (limited to 'ipython-ipyparallel/PKGBUILD')
-rw-r--r-- | ipython-ipyparallel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipython-ipyparallel/PKGBUILD b/ipython-ipyparallel/PKGBUILD index 602f87fb8..e026d69a5 100644 --- a/ipython-ipyparallel/PKGBUILD +++ b/ipython-ipyparallel/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Interactive Parallel Computing in Python" url="https://github.com/ipython/ipyparallel" arch=(any) license=('BSD') -makedepends=('python-setuptools' 'python2-setuptools') +makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2') source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz") sha512sums=('ed1b9211112cdfde7b6d3d02203929f53bf18e1ca9e9043ae41f92bfa6d49991df55c7fdef24738cb17da05dcf7dc3fd3835248be99efac42d394aa6710eaee7') |