Skip to content

Commit

Permalink
bootstrap-conda: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 17, 2024
1 parent 0cd8f6b commit c318d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-conda
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ STRIP_COMMENTS="sed s/#.*//;"
shopt -s extglob

eval $(sage-package dependencies --format=shell :all:)
DEVELOP_SPKG_PATTERN="@(_develop${runtime_deps__develop// /|})"
DEVELOP_SPKG_PATTERN="@(_develop|${runtime_deps__develop// /|})"
BOOTSTRAP_PACKAGES=_bootstrap
PACKAGES=
OPTIONAL_PACKAGES=
Expand Down

0 comments on commit c318d47

Please sign in to comment.