Loading pkgs/development/python-modules/bellows/default.nix +1 −4 Original line number Diff line number Diff line { lib , asynctest , buildPythonPackage , click , click-log Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { version = "0.34.10"; format = "setuptools"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "zigpy"; Loading @@ -41,8 +40,6 @@ buildPythonPackage rec { pytestCheckHook pytest-asyncio pytest-timeout ] ++ lib.optionals (pythonOlder "3.8") [ asynctest ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/bellows/default.nix +1 −4 Original line number Diff line number Diff line { lib , asynctest , buildPythonPackage , click , click-log Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { version = "0.34.10"; format = "setuptools"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "zigpy"; Loading @@ -41,8 +40,6 @@ buildPythonPackage rec { pytestCheckHook pytest-asyncio pytest-timeout ] ++ lib.optionals (pythonOlder "3.8") [ asynctest ]; pythonImportsCheck = [ Loading