From 12b670178c3499657103f932cdc26cf46da7170e Mon Sep 17 00:00:00 2001 From: desiderius Date: Tue, 1 Dec 2015 09:33:50 +0100 Subject: [PATCH] pythonPackages.elasticsearch: remove dependencies Remove the pyyaml and pyaml dependencies. They are only used in the unit tests and pyaml is marked as Python 2 only. --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index b41a391cce2..abcbc170dff 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4014,7 +4014,7 @@ in modules // { # Check is disabled because running them destroy the content of the local cluster! # https://github.com/elasticsearch/elasticsearch-py/tree/master/test_elasticsearch doCheck = false; - propagatedBuildInputs = with self; [ urllib3 pyaml requests2 pyyaml ]; + propagatedBuildInputs = with self; [ urllib3 requests2 ]; buildInputs = with self; [ nosexcover mock ]; meta = {