1 { lib, buildPythonPackage, fetchPypi, cryptography, python-axolotl-curve25519, protobuf }:
3 buildPythonPackage rec {
4 pname = "python-axolotl";
10 sha256 = "1bwdp24fmriffwx91aigs9k162albb51iskp23nc939z893q23py";
13 propagatedBuildInputs = [ cryptography python-axolotl-curve25519 protobuf ];
16 homepage = "https://github.com/tgalal/python-axolotl";
17 description = "Python port of libaxolotl-android";
18 maintainers = with maintainers; [ abbradar ];
19 license = licenses.gpl3;