summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-05-22 12:30:30 +0200
committerCayetano Santos2021-05-22 12:32:04 +0200
commit787061e06c6e15256bc9bc96668ce08b7c32f009 (patch)
tree72130a219a66c36cd419c477a37ecf7a341bbac4
parent283738458d23377d986bae1b1d894254afa7e0d8 (diff)
downloadaur-787061e06c6e15256bc9bc96668ce08b7c32f009.tar.gz
Suppress gcc as makedepends
-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')