summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2021-10-31 18:34:11 +0200
committerStelios Tsampas2021-10-31 18:34:11 +0200
commiteb79ec5d92462687263d5a30423fb56f42dc9136 (patch)
treefe2a4daeb8d746fdb2df86f2b7f0ef1c51122577 /PKGBUILD
parent6de46ae3b61bfc4b53aadf722acc607d648ecd5d (diff)
downloadaur-pycflow2dot-git.tar.gz
Python is implicit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14d6c8e17430..e02919346ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Layout C call graphs from cflow using GraphViz dot"
arch=('any')
url="https://github.com/johnyf/pycflow2dot"
license=('BSD')
-depends=('cflow' 'graphviz' 'python' 'python-pydot' 'python-networkx' 'python-decorator')
+depends=('cflow' 'graphviz' 'python-pydot' 'python-networkx' 'python-decorator')
makedepends=('python-setuptools' 'git')
provides=("${pkgname/%-git/}")
conflicts=("${pkgname/%-git/}")