1 { lib, buildPythonPackage, fetchPypi, openssl, async_generator, rsa, pyaes, pythonOlder }:
3 buildPythonPackage rec {
10 sha256 = "1v1rgr030z8s1ldv5lm1811znyd568c22pmlrzzf3ls972xk514m";
14 substituteInPlace telethon/crypto/libssl.py --replace \
15 "ctypes.util.find_library('ssl')" "'${openssl.out}/lib/libssl.so'"
18 propagatedBuildInputs = [
26 disabled = pythonOlder "3.5";
29 homepage = "https://github.com/LonamiWebs/Telethon";
30 description = "Full-featured Telegram client library for Python 3";
31 license = licenses.mit;
32 maintainers = with maintainers; [ nyanloutre ];