1 { lib, fetchPypi, buildPythonPackage, pycrypto }:
3 buildPythonPackage rec {
9 sha256 = "f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6";
12 propagatedBuildInputs = [ pycrypto ];
15 description = "A pure Python OTR implementation";
16 homepage = "http://python-otr.pentabarf.de/";
17 license = licenses.lgpl3Plus;
18 maintainers = with maintainers; [ ];