aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-11 11:18:32 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-11 11:18:32 -0300
commit16c9cc9f777ed7ce83378fe4d3634be982d1323d (patch)
tree8b6e583849227018645a69492d7e546cde93f7f9
parent00fb07e3eda0984f98134c704b1f3448507e4bbd (diff)
downloadaports-16c9cc9f777ed7ce83378fe4d3634be982d1323d.tar.bz2
aports-16c9cc9f777ed7ce83378fe4d3634be982d1323d.tar.xz
main/py-pillow: explicitly depend on py2-setuptools
-rw-r--r--main/py-pillow/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-pillow/APKBUILD b/main/py-pillow/APKBUILD
index d8534787cf..e98696733c 100644
--- a/main/py-pillow/APKBUILD
+++ b/main/py-pillow/APKBUILD
@@ -9,7 +9,7 @@ url="https://python-pillow.org"
arch="all"
license="custom:PIL"
depends="py-olefile"
-makedepends="python2-dev python3-dev py-setuptools py3-setuptools freetype-dev
+makedepends="python2-dev python3-dev py2-setuptools py3-setuptools freetype-dev
jpeg-dev libwebp-dev tiff-dev libpng-dev lcms2-dev libjpeg-turbo-dev
zlib-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"