diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-17 21:26:43 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-17 21:26:43 +0200 |
commit | ead15f0183c0e8cbbbafe37752ab58482d356a88 (patch) | |
tree | 43859a6bb5fc8e2d4e24d172a129f759da5878d8 /testing | |
parent | 603d7b851c907cf2aadfff04981c2be3e49c0bdc (diff) | |
download | aports-ead15f0183c0e8cbbbafe37752ab58482d356a88.tar.bz2 aports-ead15f0183c0e8cbbbafe37752ab58482d356a88.tar.xz |
testing/py-nwdiag: replace py-imaging dep with py-pillow
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-nwdiag/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-nwdiag/APKBUILD b/testing/py-nwdiag/APKBUILD index 4f76d5e3c1..60c206add3 100644 --- a/testing/py-nwdiag/APKBUILD +++ b/testing/py-nwdiag/APKBUILD @@ -3,12 +3,12 @@ pkgname=py-nwdiag _pkgname=nwdiag pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="nwdiag generate network-diagram image" url="https://pypi.python.org/pypi/nwdiag" 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="" |