pylode: migrate to pythonRelaxDepsHook

This commit is contained in:
Peder Bergebakken Sundt
2025-02-24 10:47:14 +01:00
parent 5ca79898de
commit d5fdf0d7ac
+1 -4
View File
@@ -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;