mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
2248927d5c
commit
5af99c46ff
2 changed files with 1 additions and 3 deletions
1
changelog/60559.fixed
Normal file
1
changelog/60559.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Remove check for TIAMAT_BUILD enforcing USE_STATIC_REQUIREMENTS, this is now controled by Tiamat v7.10.1 and above
|
3
setup.py
3
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue