diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-16 22:15:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-16 22:15:47 +0200 |
commit | 0097e76e08d135e3eca0b3a5971629f424287c2d (patch) | |
tree | ecfff35ac59cd09364f3f8e2c60ed34838870789 /testing/py-blockdiag | |
parent | 2c72bdcecfec1fbc6ee9025e8c6798f3808bd83b (diff) | |
download | aports-0097e76e08d135e3eca0b3a5971629f424287c2d.tar.bz2 aports-0097e76e08d135e3eca0b3a5971629f424287c2d.tar.xz |
testing/py-blockdiag: replace PIL dependency with pillow
Diffstat (limited to 'testing/py-blockdiag')
-rw-r--r-- | testing/py-blockdiag/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-blockdiag/APKBUILD b/testing/py-blockdiag/APKBUILD index 92a5896c43..3209d7c047 100644 --- a/testing/py-blockdiag/APKBUILD +++ b/testing/py-blockdiag/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-blockdiag _pkgname=blockdiag pkgver=1.3.2 -pkgrel=0 +pkgrel=1 pkgdesc="blockdiag generate block-diagram" url="http://blockdiag.com" arch="noarch" license="ASL 2.0" -depends="python py-imaging py-funcparserlib py-setuptools py-webcolors" +depends="python py-pillow py-funcparserlib py-setuptools py-webcolors" depends_dev="" makedepends="python-dev py-setuptools" install="" |