Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/pyproject.toml b/pyproject.toml 2index 2192a68..6a7ba95 100644 3--- a/pyproject.toml 4+++ b/pyproject.toml 5@@ -27,7 +27,7 @@ dependencies = [ 6 "ruamel.yaml>0.15.69", 7 "jsonschema>=4.1.2,<4.18", 8 "rfc3987", 9- "pylibfdt", 10+ "libfdt", 11 ] 12 13 [project.scripts]