disable setuptools checkphase for ruamel.yaml.clib
This commit is contained in:
parent
0029fc6864
commit
aa04377e51
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ in rec {
|
|||
buildPythonPackage rec {
|
||||
inherit (tarballs.ruamel-yaml-clib-src.passthru) pname version;
|
||||
src = tarballs.ruamel-yaml-clib-src;
|
||||
setuptoolsCheckPhase " true";
|
||||
};
|
||||
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie]);
|
||||
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
||||
|
|
Reference in a new issue