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

Commit

Permalink
build/pkgs/sagelib/spkg-src: Use --no-isolation, remove old egg-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Dec 18, 2022
1 parent eee3f1a commit 9151794
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/pkgs/sagelib/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ set -e
cd "$SAGE_ROOT"/build/pkgs/sagelib

cd src
python3 -m build --sdist --outdir "$SAGE_DISTFILES"

# Get rid of old sagemath_standard.egg-info/SOURCES.txt
rm -Rf *.egg-info

python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"

0 comments on commit 9151794

Please sign in to comment.