openusd: fix distutils dependency (#367357)

This commit is contained in:
2024-12-24 10:57:47 +01:00
committed by GitHub
@@ -5,6 +5,7 @@
buildPythonPackage,
cmake,
darwin,
distutils,
doxygen,
draco,
embree,
@@ -144,6 +145,7 @@ buildPythonPackage rec {
jinja2
numpy
pyopengl
distutils
]
++ lib.optionals (withTools || withUsdView) [
pyside-tools-uic