9 buildPythonPackage rec {
11 format = "setuptools";
14 src = fetchFromGitHub {
16 repo = "python-${pname}";
18 sha256 = "1qsixmqg97kyvg1naw76blq4314vaw4hl5f9wi0v111mcmdia1r4";
21 propagatedBuildInputs = [
27 description = "OpenSSH Public Key Parser for Python";
28 homepage = "https://github.com/ojarva/python-sshpubkeys";
29 license = licenses.bsd3;