Skip to content

Commit 7fc93d0

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagemath*/spkg-src: Use --skip-dependency-check
1 parent c59622a commit 7fc93d0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

build/pkgs/sage_conf/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ cd pkgs/sage-conf_pypi
1919
# Get rid of old *.egg-info/SOURCES.txt
2020
rm -Rf *.egg-info
2121

22-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
22+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sage_docbuild/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sage_setup/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sage_sws2rst/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sagelib/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cd src
2222
# Get rid of old *.egg-info/SOURCES.txt
2323
rm -Rf *.egg-info
2424

25-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
25+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sagemath_categories/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sagemath_environment/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sagemath_objects/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ cd src
2222
# Get rid of old *.egg-info/SOURCES.txt
2323
rm -Rf *.egg-info
2424

25-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
25+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

build/pkgs/sagemath_repl/spkg-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ cd src
2121
# Get rid of old *.egg-info/SOURCES.txt
2222
rm -Rf *.egg-info
2323

24-
python3 -m build --sdist --no-isolation --outdir "$SAGE_DISTFILES"
24+
python3 -m build --sdist --no-isolation --skip-dependency-check --outdir "$SAGE_DISTFILES"

0 commit comments

Comments
 (0)