summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-22 18:13:18 +0200
committerCayetano Santos2020-04-22 18:13:18 +0200
commit3952161797cd2defde1f64aa0ef9fe89ab86fa57 (patch)
tree23e20076b446b032773884ba04f5a9e1723c7245
parentafc99cd9be94ec22ff35ee5a490ec19608f1da9d (diff)
downloadaur-3952161797cd2defde1f64aa0ef9fe89ab86fa57.tar.gz
add setuptools as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 227a148ac1d7..2d41fe029e44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-cocotb-git
makedepends = git
makedepends = python-setuptools
depends = python
+ depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
diff --git a/PKGBUILD b/PKGBUILD
index 2aa4c477ee8f..94bc83ae65dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cocotb/cocotb"
license=('BSD')
conflicts=('python-cocotb')
provides=('python-cocotb-git')
-depends=('python')
+depends=('python' 'python-setuptools')
makedepends=('git' 'python-setuptools')
optdepends=('iverilog: for simulating verilog designs'