summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 20:50:10 +0200
committerCayetano Santos2020-04-29 20:50:10 +0200
commit4e560673b5a3612ad1b517d2d7bee427a32a9da0 (patch)
tree244b8ab185423795f8d659fcb52e825330def6fa
parent03e4718bd0936f09f71e92288282fb7465647883 (diff)
downloadaur-4e560673b5a3612ad1b517d2d7bee427a32a9da0.tar.gz
makedepends duplicated
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8dbe165314..3d698ee72bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-cocotb
arch = any
license = BSD
makedepends = git
- makedepends = python-setuptools
makedepends = gcc
depends = python
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 4d7487e38966..abfbfb3a219d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-cocotb-git')
provides=('python-cocotb')
depends=('python' 'python-setuptools')
-makedepends=('git' 'python-setuptools' 'gcc')
+makedepends=('git' 'gcc')
optdepends=('iverilog: for simulating verilog designs'
'ghdl: for simulating VHDL designs'
'gtkwave: for visualizing waveforms')