author | Felix Yan
<felixonmars@archlinux.org> 2020-03-16 13:56:55 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2020-03-16 13:56:55 UTC |
parent | 3b6c6c03613bacbe8f4665487e71625d70d96ac1 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index d81f937..12d0252 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='A framework for RTL synthesis' arch=('x86_64') url='http://www.clifford.at/yosys/' license=('custom:ISC') -depends=('tcl' 'libffi') +depends=('bash' 'tcl' 'libffi' 'python') optdepends=('graphviz: Schematics display support' 'xdot: Display netlists') makedepends=('clang' 'python')