Unverified Commit ba0457c2 authored by Yaroslav Bolyukin's avatar Yaroslav Bolyukin
Browse files

python311Packages.openai-triton: propagate setuptools dependency

parent e0f4814f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -74,7 +74,12 @@ buildPythonPackage rec {
    zlib
  ];

  propagatedBuildInputs = [ filelock ];
  propagatedBuildInputs = [
    filelock
    # openai-triton uses setuptools at runtime:
    # https://github.com/NixOS/nixpkgs/pull/286763/#discussion_r1480392652
    setuptools
  ];

  postPatch = let
    # Bash was getting weird without linting,