14 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
24 sha256 = "1hm1vs6m65vqar0lcjnynz0d9y9ri5s75fzhvp0yfjkcnp06gnfa";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [
42 # https://github.com/pywemo/pywemo/issues/264
43 "test_rules_db_from_device"
46 pythonImportsCheck = [ "pywemo" ];
49 description = "Python module to discover and control WeMo devices";
50 homepage = "https://github.com/pywemo/pywemo";
51 license = with licenses; [ mit ];
52 maintainers = with maintainers; [ fab ];