summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 14:17:06 +0100
committerCayetano Santos2020-03-08 14:17:06 +0100
commit96e6868fe0e64529b27f806c683954f6b8f8cdbd (patch)
treee690695fdc55fdb15c123bdeceb8171eed38e448
parentf6ccad3fd5372b104f29d29c7c6dce528a4b7ba2 (diff)
downloadaur-96e6868fe0e64529b27f806c683954f6b8f8cdbd.tar.gz
Include make depend on setuptools
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070971ef70a0..cb6a95507f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = cocotb
arch = x86_64
license = BSD
makedepends = git
+ makedepends = python-setuptools
depends = python
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
diff --git a/PKGBUILD b/PKGBUILD
index 85cd9f89346a..802b95a09037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://github.com/cocotb/cocotb/"
license=('BSD')
#groups=()
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
#checkdepends=()
optdepends=('iverilog: for simulating verilog designs' 'ghdl: for simulating VHDL designs')
#provides=()