10 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "kennedyshead";
18 sha256 = "1h1qwc7szgrcwiz4q6x4mlf26is20lj1ds5rcb9i611j26656v6d";
22 substituteInPlace setup.py \
23 --replace "cryptography==3.3.2" "cryptography"
24 substituteInPlace setup.cfg \
25 --replace "--cov-report html" "" \
26 --replace "--cov-report term-missing" ""
29 propagatedBuildInputs = [ asyncssh ];
37 pythonImportsCheck = [ "aioasuswrt" ];
40 description = "Python module for Asuswrt";
41 homepage = "https://github.com/kennedyshead/aioasuswrt";
42 license = with licenses; [ mit ];
43 maintainers = with maintainers; [ fab ];