I was able to use the given PowerShell script to modify the Python script to replace SELF references with the actual dependency. Per
Here's my version of the script that replaces SELF references with the actual var file:
#!/bin/python3
SCRIPT_VERSION = '1.1'
import json
import sys
import os...