summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 19:43:30 +0200
committerCayetano Santos2020-04-22 19:43:30 +0200
commitcfba7db9d4c0ccf37f1a38c4343fe4e5fea1fdaa (patch)
tree23e20076b446b032773884ba04f5a9e1723c7245
parentb2cddf422d4d82785df03b0cb2d19ee5d77cf9b7 (diff)
downloadaur-cfba7db9d4c0ccf37f1a38c4343fe4e5fea1fdaa.tar.gz
forget about binutils
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3a71acbe8ff..2d41fe029e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = python-cocotb-git
makedepends = python-setuptools
depends = python
depends = python-setuptools
- depends = binutils
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
diff --git a/PKGBUILD b/PKGBUILD
index 17c635d69fff..94bc83ae65dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cocotb/cocotb"
license=('BSD')
conflicts=('python-cocotb')
provides=('python-cocotb-git')
-depends=('python' 'python-setuptools' 'binutils')
+depends=('python' 'python-setuptools')
makedepends=('git' 'python-setuptools')
optdepends=('iverilog: for simulating verilog designs'