xdot: needs python-distribute at run-time.
This commit is contained in:
parent
79371d7147
commit
2b28e7006f
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'xdot'
|
||||
pkgname=xdot
|
||||
version="$(date -u +%Y%m%d)"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
makedepends="git python-distribute"
|
||||
fulldepends="graphviz pygtk xbps-triggers>=0.46"
|
||||
makedepends="git"
|
||||
fulldepends="graphviz pygtk python-distribute xbps-triggers>=0.46"
|
||||
short_desc="Interactive viewer for Graphviz dot files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue