8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-GQNIBBVZ4hsiodZc7khSgsoRpvgdUD/duE1QF+ntHkk=";
17 propagatedBuildInputs = [ six ];
18 # Only needed for tests
19 nativeCheckInputs = [ pkgs.openssl ];
22 description = "ECDSA cryptographic signature library";
23 homepage = "https://github.com/warner/python-ecdsa";
24 license = licenses.mit;