summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 19:39:59 +0200
committerCayetano Santos2020-04-29 19:39:59 +0200
commitdc880a8952626a75dc445a227f97f49e2bf3309f (patch)
tree2389b4a4d929a15607303adec31bfba8fb1fbb1f /PKGBUILD
parent2d3356e5efd9a82e946f60003e86436d5be50086 (diff)
downloadaur-dc880a8952626a75dc445a227f97f49e2bf3309f.tar.gz
setuptools is a depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49c894a9972b..f93e78ba9674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ url="https://github.com/olofk/edalize"
license=('BSD')
conflicts=('python-edalize')
provides=('python-edalize-git')
-depends=('python' 'python-pytest')
+depends=('python' 'python-pytest' 'python-setuptools')
-makedepends=('git' 'python-setuptools')
+makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')