File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ SAGE_SPKG_CONFIGURE_$(echo ${pkgname} | tr '[a-z]' '[A-Z]')"
98
98
if test -f " $DIR /requirements.txt" -o -f " $DIR /install-requires.txt" ; then
99
99
# A Python package
100
100
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
103
103
fi
104
104
fi
105
105
spkg_configures=" $spkg_configures
You can’t perform that action at this time.
0 commit comments