summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 17:48:50 +0200
committerCayetano Santos2020-04-29 17:48:50 +0200
commitd2e3c0eaa4dd82f50156b0ecd70d15e728b278cf (patch)
tree00f6bd1fcf4cd29e06fab46d2b0adf1f07d81e35
parenta1e89033bad30807634d17941a858236ff971a08 (diff)
downloadaur-d2e3c0eaa4dd82f50156b0ecd70d15e728b278cf.tar.gz
dependency on pyaml
-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'