summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2021-12-20 15:53:54 -0500
committerGuillaume Horel2021-12-28 23:06:26 -0500
commitabb756d638cf1f0514fbb2d6acd59b371b5e4318 (patch)
treee024e4671eba03ed79034d2e32f4097d31ae72c3 /PKGBUILD
parent3392451cf57df66cf6e01bb158548f9e07329472 (diff)
downloadaur-abb756d638cf1f0514fbb2d6acd59b371b5e4318.tar.gz
add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed920508dc08..aa7bef104fa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ depends=('python-formulaic'
'python-numpy'
'python-pandas'
'python-property-cached'
+ 'python-pyhdfe'
'python-scipy'
'python-statsmodels')
checkdepends=('python-mypy_extensions' 'python-pytest' 'python-xarray')