Commit 16112a9c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.riscof: patch out pip import

parent a34feb16
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,8 +29,10 @@ buildPythonPackage rec {
  ];

  postPatch = ''
    substituteInPlace setup.py \
      --replace "import pip" ""
    substituteInPlace riscof/requirements.txt \
      --replace 'GitPython==3.1.17' GitPython
      --replace "GitPython==3.1.17" "GitPython"
  '';

  propagatedBuildInputs = [