1 { lib, buildPythonPackage, fetchFromGitHub
6 buildPythonPackage rec {
11 src = fetchFromGitHub {
13 repo = "python-${pname}";
15 sha256 = "1qsixmqg97kyvg1naw76blq4314vaw4hl5f9wi0v111mcmdia1r4";
18 propagatedBuildInputs = [ cryptography ecdsa ];
21 description = "OpenSSH Public Key Parser for Python";
22 homepage = "https://github.com/ojarva/python-sshpubkeys";
23 license = licenses.bsd3;