Remove check for TIAMAT_BUILD enforcing USE_STATIC_REQUIREMENTS, this is now controled by Tiamat v7.10.1 and above

This commit is contained in:
David Murphy 2021-07-21 11:45:18 -06:00 committed by Gareth J. Greenaway
parent 2248927d5c
commit 5af99c46ff
2 changed files with 1 additions and 3 deletions

1
changelog/60559.fixed Normal file
View file

@ -0,0 +1 @@
Remove check for TIAMAT_BUILD enforcing USE_STATIC_REQUIREMENTS, this is now controled by Tiamat v7.10.1 and above

View file

@ -94,9 +94,6 @@ else:
USE_STATIC_REQUIREMENTS = os.environ.get("USE_STATIC_REQUIREMENTS")
if USE_STATIC_REQUIREMENTS is not None:
USE_STATIC_REQUIREMENTS = USE_STATIC_REQUIREMENTS == "1"
# Are we running pop-build
if "TIAMAT_BUILD" in os.environ:
USE_STATIC_REQUIREMENTS = True
try:
# Add the esky bdist target if the module is available