distributed: 1.10.0 -> 1.13.3

This commit is contained in:
Tom Hunger 2016-11-02 13:59:46 +00:00
parent 45d7aa6c32
commit 54976c5c1b

View file

@ -5434,17 +5434,17 @@ in {
distributed = buildPythonPackage rec {
name = "distributed-${version}";
version = "1.10.0";
version = "1.13.3";
src = pkgs.fetchurl {
url = "mirror://pypi/d/distributed/${name}.tar.gz";
sha256 = "11bp2rs52fhcqlgyrlh3cf31ck07mys38mrkf98vjl380lyjj357";
sha256 = "0nka6hqz986j1fhvfmxffgvmnxh66giq9a3ml58jsaf0riq9mjrc";
};
buildInputs = with self; [ pytest docutils ];
propagatedBuildInputs = with self; [
dask six boto3 s3fs tblib locket msgpack click cloudpickle tornado
psutil botocore
psutil botocore zict lz4
] ++ (if !isPy3k then [ singledispatch ] else []);
# py.test not picking up local config file, even when running