From 4d2d2c6a6e1e3a4d2247839b3690094cb94a292a Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 21 Dec 2015 09:20:58 +0100 Subject: [PATCH] python tunigo: add missing test dependencies --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 9d1815f22a3..c61bf05d103 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -20924,6 +20924,8 @@ in modules // { sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97"; }; + buildInputs = with self; [ mock nose ]; + meta = { description = "Python API for the browse feature of Spotify"; homepage = https://github.com/trygveaa/python-tunigo;