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.
This commit is contained in:
desiderius 2015-12-01 09:33:50 +01:00
parent 4f4d1fdd33
commit 12b670178c

View File

@ -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 = {