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

Commit 4b52dcf

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_conf/spkg-install: Use sdh_setup_bdist_wheel
1 parent 0773001 commit 4b52dcf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build/pkgs/sage_conf/spkg-install

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ fi
1212
cd src
1313
# Need to build a wheel manually because pip does not
1414
# follow symlinks.
15-
sage-python23 setup.py \
16-
--no-user-cfg \
17-
bdist_wheel \
18-
|| sdh_die "Error building wheel for sage_conf"
15+
sdh_setup_bdist_wheel
1916
sdh_store_and_pip_install_wheel .

0 commit comments

Comments
 (0)