aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-seqdiag
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-17 21:28:19 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-17 21:28:19 +0200
commitaab955ebdd620a4977f91e80cd51bbd119841f07 (patch)
tree515c1c0ab7ca1a96a394972a63303bd5195a99af /testing/py-seqdiag
parentead15f0183c0e8cbbbafe37752ab58482d356a88 (diff)
downloadaports-aab955ebdd620a4977f91e80cd51bbd119841f07.tar.bz2
aports-aab955ebdd620a4977f91e80cd51bbd119841f07.tar.xz
testing/py-seqdiag: replace py-imaging dep with py-pillow
Diffstat (limited to 'testing/py-seqdiag')
-rw-r--r--testing/py-seqdiag/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-seqdiag/APKBUILD b/testing/py-seqdiag/APKBUILD
index 4abe05013f..6087a2e2b1 100644
--- a/testing/py-seqdiag/APKBUILD
+++ b/testing/py-seqdiag/APKBUILD
@@ -3,12 +3,12 @@
pkgname=py-seqdiag
_pkgname=seqdiag
pkgver=0.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="seqdiag generate sequence-diagram image file"
url="https://pypi.python.org/pypi/seqdiag"
arch="noarch"
license="ASL 2.0"
-depends="python py-imaging py-funcparserlib py-blockdiag"
+depends="python py-pillow py-funcparserlib py-blockdiag"
depends_dev=""
makedepends="python-dev py-setuptools"
install=""