python ecdsa: remove duplicate
ecdsa was specified in python-modules/ and in python-packages.nix.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{ stdenv, fetchurl, buildPythonPackage, openssl }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "ecdsa-0.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/e/ecdsa/${name}.tar.gz";
|
||||
sha256 = "134mbq5xsvx54k9xm7zrizvh9imxmcz1w9mhyfr99p4i7wcnqfwf";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://github.com/warner/python-ecdsa";
|
||||
description = "Pure-python ECDSA signature/verification";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user