diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6a81a9270ff..cea0d8bbaeb 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11024,7 +11024,7 @@ in modules // { }; }; - futures = if !(isPy3k) then (buildPythonPackage rec { + futures = buildPythonPackage rec { name = "futures-${version}"; version = "3.0.5"; @@ -11049,7 +11049,7 @@ in modules // { license = licenses.bsd2; maintainers = with maintainers; [ garbas ]; }; - }) else null; + }; futures_2_2 = self.futures.override rec { version = "2.2.0";