about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-10-27 19:58:59 +0100
committerDomen Kožar <domen@dev.si>2015-10-27 19:58:59 +0100
commita0cb0318e134de30f26505ff582be45dd31b9605 (patch)
tree712fbda0c7b6358112c8a4988ae266b1454ddd70
parent6a9aeea26d70e161f03dd96ebfc9263765434df3 (diff)
parent92b844ae987409fb2f9128a2c765276876e81995 (diff)
Merge pull request #10651 from FRidh/python
python packages fixes
-rw-r--r--pkgs/top-level/python-packages.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e30fb75e2d0a8..43e80ebfa0d3d 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -483,7 +483,7 @@ let
       md5 = "17e5668601a2322aff41548cb957e7c8";
     };
 
-    buildInputs = with self; [ ];
+    buildInputs = with self; [ pytest ];
 
     meta = {
       description = "namespace control and lazy-import mechanism";
@@ -1463,7 +1463,8 @@ let
       url = "http://github.com/jsocol/bleach/archive/${version}.tar.gz";
       sha256 = "19v0zhvchz89w179rwkc4ah3cj2gbcng9alwa2yla89691g8b0b0";
     };
-
+    
+    buildInputs = with self; [ nose ];
     propagatedBuildInputs = with self; [ six html5lib ];
 
     meta = {
@@ -10083,6 +10084,7 @@ let
       sha256 = "1g9imbg4sjfyv5sqg2s7h4svhdmbnvq16hvc1a8jpaqq8nc2vjj2";
     };
 
+    buildInputs = with self; [ pytest ];
     propagatedBuildInputs = with self; [ jdcal ];
 
     meta = {
@@ -11031,7 +11033,7 @@ let
     };
 
     buildInputs = with self; [
-      dns pycountry nose
+      dnspython3 pycountry nose
     ];
 
     preCheck = ''
@@ -11527,6 +11529,7 @@ let
       md5 = "7545518b413136ba8343dcebea07e5e2";
     };
 
+    buildInputs = with self; [ nose ];
     propagatedBuildInputs = with self; [six numpy];
 
     meta = {