Loading pkgs/development/python-modules/pydantic/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ , ujson , orjson , hypothesis , libxcrypt }: buildPythonPackage rec { Loading @@ -51,6 +52,10 @@ buildPythonPackage rec { sed -i '/flake8/ d' Makefile ''; buildInputs = lib.optionals (pythonOlder "3.9") [ libxcrypt ]; nativeBuildInputs = [ cython ] ++ lib.optionals withDocs [ Loading Loading
pkgs/development/python-modules/pydantic/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,7 @@ , ujson , orjson , hypothesis , libxcrypt }: buildPythonPackage rec { Loading @@ -51,6 +52,10 @@ buildPythonPackage rec { sed -i '/flake8/ d' Makefile ''; buildInputs = lib.optionals (pythonOlder "3.9") [ libxcrypt ]; nativeBuildInputs = [ cython ] ++ lib.optionals withDocs [ Loading