Skip to content

Commit

Permalink
build/sage_bootstrap/package.py: Update to replace use of __install_r…
Browse files Browse the repository at this point in the history
…equires
  • Loading branch information
mkoeppe committed Mar 30, 2024
1 parent 83a2303 commit 4547dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/sage_bootstrap/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def trees(self):
"""
if self.__trees is not None:
return self.__trees
if self.__install_requires is not None:
if self.__version_requirements is not None:
return 'SAGE_VENV'
if self.has_file('requirements.txt'):
return 'SAGE_VENV'
Expand Down

0 comments on commit 4547dfe

Please sign in to comment.