summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-03 12:58:00 +0200
committerCayetano Santos2021-06-03 12:58:00 +0200
commitc42ab1b847c63b6ac990b494bbc3145da4f4a72e (patch)
treea48e806aa287f0a5bb2a189c5f5bcf2d2db40486
parent5f8d457995d70b6db1a30b63efe3b9f8e7167b6f (diff)
downloadaur-python-cocotb-bus-git.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 9c6d0373b618..9918f89cbaf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = python-cocotb-bus-git
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 f9946954f7f6..45ff0da5037a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/cocotb/cocotb-bus"
license=('BSD')
conflicts=('python-cocotb-bus')
provides=('python-cocotb-bus')
-depends=('python' 'python-setuptools-scm')
-makedepends=('git')
+depends=('python')
+makedepends=('git' 'python-setuptools-scm')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')