openusd: fix distutils dependency

fixes #367007

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-12-22 13:10:54 +01:00
parent 740c83e328
commit 80c5f88884
@@ -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