summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Cadiou2022-02-14 16:49:31 +0100
committerCorentin Cadiou2022-02-14 16:49:31 +0100
commitcb6e4837d8f1cd4e90a424f7df2cc0209bcf917b (patch)
tree155a44daa80c9b694f43208d6d5a050a15639643
parentb3b6f3859887eb33e58f860adc3172de863da952 (diff)
downloadaur-cb6e4837d8f1cd4e90a424f7df2cc0209bcf917b.tar.gz
Add dependecy on cmyt
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 964c2d5493f2..ec2eadbcd13b 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')
+depends=('python-numpy' 'python-matplotlib' 'python-sympy' 'python-unyt' 'python-cmyt')
makedepends=('cython')
optdepends=(
'jupyter'