summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-29 20:50:40 +0200
committerCayetano Santos2020-04-29 20:50:40 +0200
commit36c099daed8213a3083df85874eb192fa6608f90 (patch)
treee009813852ca03d37d300405cfa98a177fab4388
parent90afcb1d861f65937591dd80a32f5c46785ecd64 (diff)
downloadaur-36c099daed8213a3083df85874eb192fa6608f90.tar.gz
setuptools duplicated
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fca119385a1..8850566d83a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = python-cocotb-git
arch = any
license = BSD
makedepends = git
- makedepends = python-setuptools
makedepends = gcc
depends = python
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index ab8795627c03..df0a1e607fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('python-cocotb')
provides=('python-cocotb-git')
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')