python3Packages.lcov-cobertura: fix build

should really be PR'd upstream, patch for now
This commit is contained in:
Willy
2025-05-05 01:30:46 +02:00
parent 0f0a5e562d
commit 2d9a30e4cb
@@ -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