summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 19:30:14 +0200
committerCayetano Santos2020-04-22 19:30:14 +0200
commit5985095dc3207e50f51de24bd29ea4a93afb7559 (patch)
tree1a9cd17102758d30d65b9f09f699a8b951006d91
parent39c642a8b2fcfd491047bb219b7186e4fd97e3b5 (diff)
downloadaur-5985095dc3207e50f51de24bd29ea4a93afb7559.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 97b71e5ba254..5c1c7b8104a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-cocotb
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 e4102697594a..9ab23bdec49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-cocotb-git')
provides=('python-cocotb')
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')