Loading pkgs/development/python-modules/lcov-cobertura/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchPypi, pythonOlder, setuptools, setuptools-scm, distutils, }: Loading @@ -19,7 +20,16 @@ buildPythonPackage rec { hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8="; }; build-system = [ setuptools ]; # 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 ]; dependencies = [ distutils ]; pythonImportsCheck = [ "lcov_cobertura" ]; Loading Loading
pkgs/development/python-modules/lcov-cobertura/default.nix +11 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchPypi, pythonOlder, setuptools, setuptools-scm, distutils, }: Loading @@ -19,7 +20,16 @@ buildPythonPackage rec { hash = "sha256-76jiZPK93rt/UCTkrOErYz2dWQSLxkdCfR4blojItY8="; }; build-system = [ setuptools ]; # 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 ]; dependencies = [ distutils ]; pythonImportsCheck = [ "lcov_cobertura" ]; Loading