summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorentin Cadiou2022-04-29 09:38:19 +0100
committerCorentin Cadiou2022-04-29 09:38:19 +0100
commit0eedaf29baf1813bb1a4a69846ebb9440bdbd24e (patch)
treecad7ae9dc56bffd24db934f28cc44a08a3616c0b /PKGBUILD
parent9a0e109b600ef33cda002ee224d86e0e7dd69af5 (diff)
downloadaur-0eedaf29baf1813bb1a4a69846ebb9440bdbd24e.tar.gz
Add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0f11cb20556..ebb659971647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="python package for data analysis and visualization"
url="http://yt-project.org"
arch=(any)
license=('BSD')
-depends=('python-numpy' 'python-matplotlib' 'python-sympy' 'python-unyt' 'python-cmyt')
+depends=('python-numpy' 'python-matplotlib' 'python-sympy' 'python-unyt' 'python-cmyt' 'python-tqdm')
makedepends=('cython')
optdepends=(
'jupyter'