Skip to content

Commit 12f6ef8

Browse files
author
Matthias Koeppe
committed
bootstrap: Use 'ENABLE_SYSTEM_SITE_PACKAGES=yes sage-get-system-packages install-requires'
1 parent 4103129 commit 12f6ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A-Z]')"
9898
if test -f "$DIR/requirements.txt" -o -f "$DIR/install-requires.txt"; then
9999
# A Python package
100100
SPKG_TREE_VAR=SAGE_VENV
101-
echo "define(>>>SPKG_INSTALL_REQUIRES_${pkgname}<<<, >>>$(echo $(sage-get-system-packages install-requires ${pkgname}))<<<)dnl" >> m4/sage_spkg_versions.m4
102-
echo "define(>>>SPKG_INSTALL_REQUIRES_${pkgname}<<<, >>>$(echo $(sage-get-system-packages install-requires-toml ${pkgname}))<<<)dnl" >> m4/sage_spkg_versions_toml.m4
101+
echo "define(>>>SPKG_INSTALL_REQUIRES_${pkgname}<<<, >>>$(echo $(ENABLE_SYSTEM_SITE_PACKAGES=yes sage-get-system-packages install-requires ${pkgname}))<<<)dnl" >> m4/sage_spkg_versions.m4
102+
echo "define(>>>SPKG_INSTALL_REQUIRES_${pkgname}<<<, >>>$(echo $(ENABLE_SYSTEM_SITE_PACKAGES=yes sage-get-system-packages install-requires-toml ${pkgname}))<<<)dnl" >> m4/sage_spkg_versions_toml.m4
103103
fi
104104
fi
105105
spkg_configures="$spkg_configures

0 commit comments

Comments
 (0)