summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2daf7f299c87..358c0fabcb81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = python-fusesoc
depends = python
depends = python-edalize
depends = python-setuptools
+ depends = python-pyaml
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
diff --git a/PKGBUILD b/PKGBUILD
index 1e4cf0c3585d..bca657ecb7af 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')
+depends=('python' 'python-edalize' 'python-setuptools' 'python-pyaml')
makedepends=('git' 'python-pip')
optdepends=('iverilog: for simulating verilog designs'