Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/pillow/spkg-install.in: Install via bdist_wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 8, 2020
1 parent 0a64674 commit ca58693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/pillow/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ sage-python23 setup.py \
build_ext \
--debug \
--disable-jpeg \
install \
--single-version-externally-managed \
--root "$SAGE_DESTDIR" || sdh_die "Error building/installing Pillow"
bdist_wheel || sdh_die "Error building/installing Pillow"

sdh_store_and_pip_install_wheel .

0 comments on commit ca58693

Please sign in to comment.