Skip to content

Commit 9151794

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagelib/spkg-src: Use --no-isolation, remove old egg-info
1 parent eee3f1a commit 9151794

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build/pkgs/sagelib/spkg-src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ set -e
1818
cd "$SAGE_ROOT"/build/pkgs/sagelib
1919

2020
cd src
21-
python3 -m build --sdist --outdir "$SAGE_DISTFILES"
21+
22+
# Get rid of old sagemath_standard.egg-info/SOURCES.txt
23+
rm -Rf *.egg-info
24+
25+
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"

0 commit comments

Comments
 (0)