Loading pkgs/development/python-modules/pylitterbot/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -43,12 +43,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' # https://github.com/natekspencer/pylitterbot/issues/73 substituteInPlace pyproject.toml \ --replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"' ''; pythonImportsCheck = [ "pylitterbot" ]; Loading Loading
pkgs/development/python-modules/pylitterbot/default.nix +0 −6 Original line number Diff line number Diff line Loading @@ -43,12 +43,6 @@ buildPythonPackage rec { pytestCheckHook ]; postPatch = '' # https://github.com/natekspencer/pylitterbot/issues/73 substituteInPlace pyproject.toml \ --replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"' ''; pythonImportsCheck = [ "pylitterbot" ]; Loading