6 python-axolotl-curve25519,
10 buildPythonPackage rec {
11 pname = "python-axolotl";
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1bwdp24fmriffwx91aigs9k162albb51iskp23nc939z893q23py";
20 propagatedBuildInputs = [
22 python-axolotl-curve25519
27 homepage = "https://github.com/tgalal/python-axolotl";
28 description = "Python port of libaxolotl-android";
29 maintainers = with maintainers; [ abbradar ];
30 license = licenses.gpl3;