summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-03 12:54:28 +0200
committerCayetano Santos2021-06-03 12:54:28 +0200
commitf5688df450809c6673db820fbdbf826b17c6a970 (patch)
tree6c35716c5be425278e07a19c69d27078968b3330
parentabe51ccbc6a36e24ef26d0ab8969b9f914964d7c (diff)
downloadaur-f5688df450809c6673db820fbdbf826b17c6a970.tar.gz
setuptools-scm is a makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5acd3fa5e7c6..acfc414f0380 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = python-cocotb-bus
arch = any
license = BSD
makedepends = git
+ makedepends = python-setuptools-scm
depends = python
- depends = python-setuptools-scm
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
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')