mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.lcov-cobertura: fix build
should really be PR'd upstream, patch for now
This commit is contained in:
parent
0f0a5e562d
commit
2d9a30e4cb
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8=";
|
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 = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
setuptools-scm
|
setuptools-scm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue