Unverified Commit a886b69b authored by Florian Brandes's avatar Florian Brandes
Browse files

python312Packages.openusd: conform to PEP 517

parent 3bea63b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ in
buildPythonPackage rec {
  pname = "openusd";
  version = "24.08";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "PixarAnimationStudios";
@@ -65,8 +66,6 @@ buildPythonPackage rec {

  outputs = [ "out" ] ++ lib.optional withDocs "doc";

  format = "other";

  patches = [
    (fetchpatch {
      name = "port-to-embree-4.patch";