disable setuptools checkphase for ruamel.yaml
This commit is contained in:
parent
109622271b
commit
29ac64c4e1
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ in rec {
|
|||
inherit (tarballs.ruamel-yaml-src.passthru) pname version;
|
||||
src = tarballs.ruamel-yaml-src;
|
||||
propagatedBuildInputs = [ruamel-yaml-clib];
|
||||
setuptoolsCheckPhase = "true";
|
||||
};
|
||||
ruamel-yaml-clib = with python3Packages;
|
||||
buildPythonPackage rec {
|
||||
|
|
Reference in a new issue