From 311171e69cfab5e9ff640e77dce686b93af31830 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 18 Dec 2016 00:13:20 +0100 Subject: [PATCH] pythonPackages.natsort: add missing dependency --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 3829a91e7a26..dc9cafa3cb05 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -8266,6 +8266,7 @@ in { pytestcov pytestflakes pytestpep8 + pytest mock ] # pathlib was made part of standard library in 3.5: