summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2021-06-01 01:15:57 +0200
committerCayetano Santos2021-06-01 01:15:57 +0200
commitdbef7562e70aa26357d2651d2a73495ca11b8576 (patch)
tree39034b30c71d945412065d1abf3f2c75d11c194d /PKGBUILD
parent773b191ea69cc71104f8851c604924c8995b29f6 (diff)
downloadaur-dbef7562e70aa26357d2651d2a73495ca11b8576.tar.gz
CI: missing python-pip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')