Loading pkgs/development/python-modules/rokuecp/default.nix +18 −21 Original line number Diff line number Diff line { lib , aiohttp , aresponses , awesomeversion , backoff , buildPythonPackage , cachetools , fetchFromGitHub , poetry-core , pytest-asyncio , pytest-freezegun , pytestCheckHook , pythonOlder , xmltodict , yarl { lib, aiohttp, aresponses, awesomeversion, backoff, buildPythonPackage, cachetools, fetchFromGitHub, poetry-core, pytest-asyncio, pytest-freezegun, pytestCheckHook, pythonOlder, xmltodict, yarl, }: buildPythonPackage rec { Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading Loading @@ -66,9 +65,7 @@ buildPythonPackage rec { "test_get_tv_channels_single_channel" ]; pythonImportsCheck = [ "rokuecp" ]; pythonImportsCheck = [ "rokuecp" ]; meta = with lib; { description = "Asynchronous Python client for Roku (ECP)"; Loading Loading
pkgs/development/python-modules/rokuecp/default.nix +18 −21 Original line number Diff line number Diff line { lib , aiohttp , aresponses , awesomeversion , backoff , buildPythonPackage , cachetools , fetchFromGitHub , poetry-core , pytest-asyncio , pytest-freezegun , pytestCheckHook , pythonOlder , xmltodict , yarl { lib, aiohttp, aresponses, awesomeversion, backoff, buildPythonPackage, cachetools, fetchFromGitHub, poetry-core, pytest-asyncio, pytest-freezegun, pytestCheckHook, pythonOlder, xmltodict, yarl, }: buildPythonPackage rec { Loading @@ -35,9 +36,7 @@ buildPythonPackage rec { --replace-fail "--cov" "" ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ aiohttp Loading Loading @@ -66,9 +65,7 @@ buildPythonPackage rec { "test_get_tv_channels_single_channel" ]; pythonImportsCheck = [ "rokuecp" ]; pythonImportsCheck = [ "rokuecp" ]; meta = with lib; { description = "Asynchronous Python client for Roku (ECP)"; Loading