summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 19:48:31 +0200
committerCayetano Santos2020-04-22 19:48:31 +0200
commit03e4718bd0936f09f71e92288282fb7465647883 (patch)
tree90980708b775ca5007887845e0eb6c730b148502
parentb6ad951993badd1ec9ba3d63dfc07a32b59689a7 (diff)
downloadaur-03e4718bd0936f09f71e92288282fb7465647883.tar.gz
gcc 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..6d8dbe165314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-cocotb
license = BSD
makedepends = git
makedepends = python-setuptools
+ makedepends = gcc
depends = python
depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
diff --git a/PKGBUILD b/PKGBUILD
index e4102697594a..4d7487e38966 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' 'gcc')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')