summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2021-06-03 12:48:35 +0200
committerCayetano Santos2021-06-03 12:48:35 +0200
commit5f8d457995d70b6db1a30b63efe3b9f8e7167b6f (patch)
tree8d261c1b0a34acfff5da65f57dbd3e0aa4b2cd0d
parent960358059fd43bf9675d3e3299fedf48d4ed61da (diff)
downloadaur-5f8d457995d70b6db1a30b63efe3b9f8e7167b6f.tar.gz
Fix issue with setuptools-scm
https://github.com/cocotb/cocotb-bus/issues/21
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be488fe93f3f..9c6d0373b618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-cocotb-bus-git
license = BSD
makedepends = git
depends = python
- depends = python-setuptools
+ depends = python-setuptools-scm
optdepends = iverilog: for simulating verilog designs
optdepends = ghdl: for simulating VHDL designs
optdepends = gtkwave: for visualizing waveforms
@@ -18,4 +18,3 @@ pkgbase = python-cocotb-bus-git
md5sums = SKIP
pkgname = python-cocotb-bus-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a3c0a4237aa0..f9946954f7f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/cocotb/cocotb-bus"
license=('BSD')
conflicts=('python-cocotb-bus')
provides=('python-cocotb-bus')
-depends=('python' 'python-setuptools')
+depends=('python' 'python-setuptools-scm')
makedepends=('git')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'