xdot: needs python-distribute at run-time.

This commit is contained in:
Juan RP 2012-09-19 13:09:55 +02:00
parent 79371d7147
commit 2b28e7006f

View file

@ -1,10 +1,10 @@
# Template file for 'xdot' # Template file for 'xdot'
pkgname=xdot pkgname=xdot
version="$(date -u +%Y%m%d)" version="$(date -u +%Y%m%d)"
revision=1 revision=2
build_style=python-module build_style=python-module
makedepends="git python-distribute" makedepends="git"
fulldepends="graphviz pygtk xbps-triggers>=0.46" fulldepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
short_desc="Interactive viewer for Graphviz dot files" short_desc="Interactive viewer for Graphviz dot files"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3" license="GPL-3"