Skip to content

Commit 918448a

Browse files
author
Matthias Koeppe
committed
build/sage_bootstrap/package.py: Update to replace use of __install_requires
1 parent 85a4831 commit 918448a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/sage_bootstrap/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def trees(self):
344344
"""
345345
if self.__trees is not None:
346346
return self.__trees
347-
if self.__install_requires is not None:
347+
if self.__version_requirements is not None:
348348
return 'SAGE_VENV'
349349
if self.has_file('requirements.txt'):
350350
return 'SAGE_VENV'

0 commit comments

Comments
 (0)