summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCayetano Santos2021-06-03 12:54:28 +0200
committerCayetano Santos2021-06-03 12:54:28 +0200
commitf5688df450809c6673db820fbdbf826b17c6a970 (patch)
tree6c35716c5be425278e07a19c69d27078968b3330 /PKGBUILD
parentabe51ccbc6a36e24ef26d0ab8969b9f914964d7c (diff)
downloadaur-f5688df450809c6673db820fbdbf826b17c6a970.tar.gz
setuptools-scm is a makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec4a232d301..f5ffd7b58790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc="Pre-packaged testbenching tools and reusable bus interfaces for cocotb"
arch=('any')
url="https://github.com/cocotb/cocotb-bus/"
license=('BSD')
-depends=('python' 'python-setuptools-scm')
+depends=('python')
-makedepends=('git')
+makedepends=('git' 'python-setuptools-scm')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')