summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 17:36:53 +0200
committerCayetano Santos2020-04-29 17:36:53 +0200
commita1e89033bad30807634d17941a858236ff971a08 (patch)
tree0a493bdf80d1ad8bee6dd2b69f3d02c7c747d6b8
parentb8abb5b58a95aea9e463e2f2f1b06613f13f6faf (diff)
downloadaur-a1e89033bad30807634d17941a858236ff971a08.tar.gz
pip is a makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c65b6afc569a..2daf7f299c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python-fusesoc
arch = any
license = GPLv3
makedepends = git
+ makedepends = python-pip
depends = python
depends = python-edalize
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 99a7c5f0c2f9..1e4cf0c3585d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-fusesoc-git')
provides=('python-fusesoc')
depends=('python' 'python-edalize' 'python-setuptools')
-makedepends=('git')
+makedepends=('git' 'python-pip')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')