summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 19:29:20 +0200
committerCayetano Santos2020-04-22 19:29:20 +0200
commit69a13486dab901ac7facedc37d3ee6f882e7722d (patch)
tree04e5a75f6827b74cdb675f54f2f0f61f2fed920a
parent3952161797cd2defde1f64aa0ef9fe89ab86fa57 (diff)
downloadaur-69a13486dab901ac7facedc37d3ee6f882e7722d.tar.gz
binutils as makedepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d41fe029e44..bda8f45724b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-cocotb-git
license = BSD
makedepends = git
makedepends = python-setuptools
+ makedepends = binutils
depends = python
depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
diff --git a/PKGBUILD b/PKGBUILD
index 94bc83ae65dd..ba6c72e8297b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-cocotb')
provides=('python-cocotb-git')
depends=('python' 'python-setuptools')
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-setuptools' 'binutils')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')