python3Packages.openusd: setuptools is only needed for build

This commit is contained in:
Andrew Marshall 2024-03-12 19:22:29 -04:00
parent 1fc45775e6
commit 35b335fe07

View file

@ -84,6 +84,7 @@ buildPythonPackage rec {
[
cmake
ninja
setuptools
]
++ lib.optionals withDocs [
git
@ -125,7 +126,6 @@ buildPythonPackage rec {
jinja2
numpy
pyopengl
setuptools
]
++ lib.optionals (withTools || withUsdView) [
pyside-tools-uic