Merge pull request #11376 from desiderius/elasticsearch-1.9.0

pythonPackages.elasticsearch: remove dependencies
This commit is contained in:
Domen Kožar 2015-12-01 10:05:51 +01:00
commit b18acb4465

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