python-Pillow: fix subpkgs order

This commit is contained in:
Alessio Sergi 2015-10-25 19:44:00 +01:00
parent cdf05ede33
commit 2d3e588d3c

View file

@ -18,11 +18,11 @@ license="PIL"
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
checksum=ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb
subpackages="python-Pillow-devel python3.4-Pillow-devel python-Pillow-tk
python3.4-Pillow-tk python3.4-Pillow"
if [ -z "$CROSS_BUILD" ]; then
subpackages+=" python-Pillow-qt python3.4-Pillow-qt"
subpackages="python-Pillow-qt python3.4-Pillow-qt"
fi
subpackages+=" python-Pillow-devel python3.4-Pillow-devel python-Pillow-tk
python3.4-Pillow-tk python3.4-Pillow"
pre_build() {
sed -i '/^#!\//,1d' PIL/OleFileIO.py