python3Packages.openusd: setuptools is only needed for build
This commit is contained in:
parent
1fc45775e6
commit
35b335fe07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue