10 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "kennedyshead";
18 sha256 = "1iv9f22v834g8wrjcynjn2azpzk8gsczv71jf7dw8aix0n04h325";
21 propagatedBuildInputs = [
32 substituteInPlace setup.cfg \
33 --replace "--cov-report html" "" \
34 --replace "--cov-report term-missing" ""
37 pythonImportsCheck = [
42 description = "Python module for Asuswrt";
43 homepage = "https://github.com/kennedyshead/aioasuswrt";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];