python-Pillow: fix subpkgs order
This commit is contained in:
parent
cdf05ede33
commit
2d3e588d3c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue