We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978f846 commit 29ee564Copy full SHA for 29ee564
bootstrap-conda
@@ -11,7 +11,7 @@ STRIP_COMMENTS="sed s/#.*//;"
11
shopt -s extglob
12
13
eval $(sage-package dependencies --format=shell :all:)
14
-DEVELOP_SPKG_PATTERN="@(_develop${runtime_deps__develop// /|})"
+DEVELOP_SPKG_PATTERN="@(_develop|${runtime_deps__develop// /|})"
15
BOOTSTRAP_PACKAGES=_bootstrap
16
PACKAGES=
17
OPTIONAL_PACKAGES=
0 commit comments