Loading pkgs/development/python-modules/linear-garage-door/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -23,14 +23,10 @@ buildPythonPackage rec { hash = "sha256-ibOCqy7krIVC7N75SwEyUII3Tknb60nwA+zGbjOENv4="; }; postPatch = '' sed -i pyproject.toml \ -e "/--cov/d" \ -e "/--no-cov/d" ''; build-system = [ poetry-core ]; pythonRelaxDeps = [ "tenacity" ]; dependencies = [ aiohttp dnspython Loading Loading
pkgs/development/python-modules/linear-garage-door/default.nix +2 −6 Original line number Diff line number Diff line Loading @@ -23,14 +23,10 @@ buildPythonPackage rec { hash = "sha256-ibOCqy7krIVC7N75SwEyUII3Tknb60nwA+zGbjOENv4="; }; postPatch = '' sed -i pyproject.toml \ -e "/--cov/d" \ -e "/--no-cov/d" ''; build-system = [ poetry-core ]; pythonRelaxDeps = [ "tenacity" ]; dependencies = [ aiohttp dnspython Loading