summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-03-08 14:16:20 +0100
committerCayetano Santos2020-03-08 14:16:20 +0100
commitdb205165f88289272fdf6504de39876f4af8e652 (patch)
tree6544ea57474798756ca2319a0632f402e58189ef
parent88cf040c74440a34c50fcb6c35fcde2bd5dafcd0 (diff)
downloadaur-db205165f88289272fdf6504de39876f4af8e652.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 c1cf904653f9..a4afb6d6b321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = cocotb-git
arch = any
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 db8723919a81..f2079725aa1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=(cocotb)
provides=('cocotb')
depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs')