python.pkgs.futures_2_2: uninit
There should only be a single version inside pythonPackages. This one isn't used anyway.
This commit is contained in:
parent
e5cebc7cff
commit
1c7e1f0ef9
1 changed files with 0 additions and 10 deletions
|
@ -5952,16 +5952,6 @@ in {
|
|||
|
||||
futures = callPackage ../development/python-modules/futures { };
|
||||
|
||||
futures_2_2 = self.futures.override rec {
|
||||
version = "2.2.0";
|
||||
name = "futures-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/f/futures/${name}.tar.gz";
|
||||
sha256 = "1lqfzl3z3pkxakgbcrfy6x7x0fp3q18mj5lpz103ljj7fdqha70m";
|
||||
};
|
||||
};
|
||||
|
||||
gcovr = buildPythonPackage rec {
|
||||
name = "gcovr-2.4";
|
||||
|
||||
|
|
Loading…
Reference in a new issue