One of the old nvidia build tools we were using (repo_repoman 0.1.1-beta2) was removed from the nvidia server and was causing clean builds to fail. This PR updates packman to the same version as https://github.com/NVIDIA-Omniverse/kit-extension-template-cpp and removes repoman since we don't actually need it. install.py now just pulls the dependencies with packman.
One of the old nvidia build tools we were using (
repo_repoman 0.1.1-beta2
) was removed from the nvidia server and was causing clean builds to fail. This PR updatespackman
to the same version as https://github.com/NVIDIA-Omniverse/kit-extension-template-cpp and removesrepoman
since we don't actually need it.install.py
now just pulls the dependencies with packman.