Revert "python-paramiko: Add patch for ECDSA ..."

This reverts commit 58fdf34296, 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 <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-10-02 13:56:14 +02:00
parent dc7ed72066
commit 7cac5a29e0

View File

@@ -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";