summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5497fa23f72..fff93dcae66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-cocotb-bus
arch = any
license = BSD
makedepends = git
- makedepends = gcc
depends = python
depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
diff --git a/PKGBUILD b/PKGBUILD
index 24fc2cccf786..50949212e157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cocotb/cocotb-bus/"
license=('BSD')
depends=('python' 'python-setuptools')
-makedepends=('git' 'gcc')
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')