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