diff options
Diffstat (limited to 'community/py-graphviz/APKBUILD')
-rw-r--r-- | community/py-graphviz/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-graphviz/APKBUILD b/community/py-graphviz/APKBUILD index 4d5e833a90..f68dd05097 100644 --- a/community/py-graphviz/APKBUILD +++ b/community/py-graphviz/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python interface to Graphviz" url="https://pypi.python.org/pypi/pygraphviz | http://graphviz.org/" arch="all" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev graphviz-dev" install="" |