diff options
author | Isaac Dunham <ibid.ag@gmail.com> | 2015-01-23 17:54:44 -0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-01-25 11:35:04 +0000 |
commit | fb687edd25b3ae4522aff189abd6f961a282137c (patch) | |
tree | 224ff4c417855fc16f52f9c07f6b442aa2a0fa9c /testing/virtualbricks | |
parent | 47f64af37a81ebd94a31ce00acaf818f0e62c821 (diff) | |
download | aports-fb687edd25b3ae4522aff189abd6f961a282137c.tar.bz2 aports-fb687edd25b3ae4522aff189abd6f961a282137c.tar.xz |
testing/virtualbricks: depends on py-graphviz
Diffstat (limited to 'testing/virtualbricks')
-rw-r--r-- | testing/virtualbricks/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/virtualbricks/APKBUILD b/testing/virtualbricks/APKBUILD index b1fe4ae41a..72faae66e7 100644 --- a/testing/virtualbricks/APKBUILD +++ b/testing/virtualbricks/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=virtualbricks pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK frontend for VDE and QEMU/KVM" url="http://virtualbricks.eu | https://launchpad.net/virtualbrick" arch="noarch" license="GPL v2" -depends="python py-zope-interface py-twisted py-gtk py-imaging" +depends="python py-zope-interface py-twisted py-gtk py-imaging py-graphviz" depends_dev="" makedepends="python-dev gettext" subpackages="$pkgname-lang" |