diff --git a/pkgs/by-name/py/pylode/package.nix b/pkgs/by-name/py/pylode/package.nix index b112dce0e903..46c44ae6f870 100644 --- a/pkgs/by-name/py/pylode/package.nix +++ b/pkgs/by-name/py/pylode/package.nix @@ -28,10 +28,7 @@ python3.pkgs.buildPythonApplication rec { requests ]; - postPatch = '' - substituteInPlace requirements.txt \ - --replace "rdflib==6.0.0" "rdflib" - ''; + pythonRelaxDeps = [ "rdflib" ]; # Path issues with the tests doCheck = false;