10 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-NkWJGy5QUrhpbARoscrXy/ilCjAz01YxeVTH0I+IjNM=";
22 propagatedBuildInputs = [
28 # Project has no tests
30 pythonImportsCheck = [ "aiopylgtv" ];
33 description = "Python library to control webOS based LG TV units";
34 homepage = "https://github.com/bendavid/aiopylgtv";
35 license = with licenses; [ mit ];
36 maintainers = with maintainers; [ fab ];