From 58d2d460d0bc11083ac2f547228fc11f589120a5 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Thu, 1 Dec 2016 17:30:51 +0300 Subject: pythonPackages.pyrsistent: propagate six --- pkgs/top-level/python-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 94c503964430..0808f6093879 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -20512,7 +20512,8 @@ in { sha256 = "0jgyhkkq36wn36rymn4jiyqh2vdslmradq4a2mjkxfbk2cz6wpi5"; }; - buildInputs = with self; [ six pytest hypothesis ]; + propagatedBuildInputs = with self; [ six ]; + buildInputs = with self; [ pytest hypothesis ]; checkPhase = '' py.test -- cgit 1.4.1