summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:15:57 +0200
committerCayetano Santos2021-06-01 01:15:57 +0200
commitdbef7562e70aa26357d2651d2a73495ca11b8576 (patch)
tree39034b30c71d945412065d1abf3f2c75d11c194d
parent773b191ea69cc71104f8851c604924c8995b29f6 (diff)
downloadaur-dbef7562e70aa26357d2651d2a73495ca11b8576.tar.gz
CI: missing python-pip
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccd8783cc6c3..3e6d73c26896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-cocotb
arch = any
license = BSD
makedepends = git
+ makedepends = python-pip
depends = python
depends = python-setuptools
optdepends = iverilog: for simulating verilog designs
diff --git a/PKGBUILD b/PKGBUILD
index c908da1423c6..ad764ba249f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://github.com/cocotb/cocotb/"
license=('BSD')
depends=('python' 'python-setuptools')
-makedepends=('git')
+makedepends=('git' 'python-pip')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')