From 7cac5a29e0ff616c2de5b74e815c51a14dfc1da0 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 2 Oct 2013 13:56:14 +0200 Subject: [PATCH] Revert "python-paramiko: Add patch for ECDSA ..." This reverts commit 58fdf3429640d2447501fff15a7da9103fb8653a, because it wasn't actually very fitting for nixpkgs in general, so let's wait for the upcoming upstream release to address this. Details can be found at: https://github.com/NixOS/nixpkgs/commit/58fdf34#commitcomment-4231461 Thanks to @iElectric for the notice. Signed-off-by: aszlig --- pkgs/top-level/python-packages.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 62fbb96955f..d90c32e84c0 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3988,14 +3988,6 @@ pythonPackages = modules // import ./python-packages-generated.nix { md5 = "4187f77b1a5a313c899993930e30c321"; }; - patches = pkgs.lib.singleton (fetchurl { - # See https://github.com/paramiko/paramiko/pull/218 - name = "ecdsa-private-keys.patch"; - url = "https://github.com/aszlig/paramiko/compare/" - + "c73764a947...ad33bb186f.diff"; - sha256 = "1f1dxnd2di7jh3knn4qfipa46f6f9rqdzmc1lncwb3sbd772r8fx"; - }); - propagatedBuildInputs = [ pycrypto ecdsa ]; checkPhase = "python test.py";