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

Commit 411cbfb

Browse files
author
Matthias Koeppe
committed
build/bin/sage-get-system-packages: Add comment
1 parent 6094c68 commit 411cbfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/bin/sage-get-system-packages

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ if [ -z "$SAGE_ROOT" ]; then
1212
fi
1313
case "$SYSTEM" in
1414
install-requires)
15+
# Collect install-requires.txt and output it in the format
16+
# needed by setup.cfg [options] install_requires=
1517
SYSTEM_PACKAGES_FILE_NAMES="install-requires.txt"
1618
STRIP_COMMENTS="sed s/#.*//;/^[[:space:]]*$/d;"
1719
COLLECT=

0 commit comments

Comments
 (0)