futures_2_2: override futures

This commit is contained in:
Domen Kožar 2016-01-24 17:50:14 +01:00 committed by Frederik Rietdijk
parent 5a738e4542
commit e572aff12d

View file

@ -8969,7 +8969,7 @@ in modules // {
};
};
futures_2_2 = buildPythonPackage rec {
futures_2_2 = self.futures.override {
version = "2.2.0";
name = "futures-${version}";
@ -8977,13 +8977,6 @@ in modules // {
url = "https://pypi.python.org/packages/source/f/futures/${name}.tar.gz";
sha256 = "1lqfzl3z3pkxakgbcrfy6x7x0fp3q18mj5lpz103ljj7fdqha70m";
};
meta = with stdenv.lib; {
description = "Backport of the concurrent.futures package from Python 3.2";
homepage = "https://github.com/agronholm/pythonfutures";
license = licenses.bsd2;
maintainers = with maintainers; [ garbas ];
};
};
gcovr = buildPythonPackage rec {