python3Packages.lcov-cobertura: fix build
should really be PR'd upstream, patch for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user