summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d520686027f1..407c491e7f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://github.com/olofk/fusesoc/"
license=('GPLv3')
conflicts=('python-fusesoc-git')
provides=('python-fusesoc')
-depends=('python' 'python-edalize' 'python-setuptools' 'python-pyaml')
+depends=('python' 'python-edalize' 'python-setuptools' 'python-pyaml' 'python-jsonschema' 'python-jinja')
makedepends=('git' 'python-pip')
optdepends=('iverilog: for simulating verilog designs'