flake: cleanup ramda python dep

This commit is contained in:
2025-06-25 21:36:03 +08:00
parent ea3b6141c4
commit 0c216c86ae

View File

@@ -48,7 +48,7 @@
};
nativeBuildInputs = with pkgs.python3Packages; [ pbr ];
propagatedBuildInputs = with pkgs.python3Packages; [ future fastnumbers ];
propagatedBuildInputs = with pkgs.python3Packages; [ fastnumbers ];
checkInputs = with pkgs.python3Packages; [ pytest ];
checkPhase = "pytest";