Merge pull request #11376 from desiderius/elasticsearch-1.9.0
pythonPackages.elasticsearch: remove dependencies
This commit is contained in:
commit
b18acb4465
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue