Commit 2d9a30e4 authored by Willy's avatar Willy
Browse files

python3Packages.lcov-cobertura: fix build

should really be PR'd upstream, patch for now
parent 0f0a5e56
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,12 @@ buildPythonPackage rec {
    hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8=";
  };

  # https://github.com/eriwen/lcov-to-cobertura-xml/issues/63
  postPatch = ''
    substituteInPlace setup.cfg \
      --replace-fail 'License :: OSI Approved :: Apache Software License' ""
  '';

  build-system = [
    setuptools
    setuptools-scm