Commit 35b335fe authored by Andrew Marshall's avatar Andrew Marshall
Browse files

python3Packages.openusd: setuptools is only needed for build

parent 1fc45775
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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