summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-09-19 11:57:00 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-09-19 13:09:08 +0200
commit478b9abe2124b5ce06378f33cd3274cf7f9a9677 (patch)
tree32e3ecb432ea954fa85fdf3419f85a6c73b02427
parent92a7135c164ff677232706530ff848b65ff82537 (diff)
downloadnixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar.gz
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar.bz2
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar.lz
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar.xz
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.tar.zst
nixpkgs-478b9abe2124b5ce06378f33cd3274cf7f9a9677.zip
pythonPackages.parsel: add missing dependency
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 60630a8f04a..fc64b5c5139 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -17060,7 +17060,7 @@ in modules // {
       sha256 = "9c12c370feda864c2f541cecce9bfb3a2a682c6c59c097a852e7b040dc6b8431";
     };
 
-    buildInputs = with self; [ pytest ];
+    buildInputs = with self; [ pytest pytestrunner ];
     propagatedBuildInputs = with self; [ six w3lib lxml cssselect ];
 
     checkPhase = ''