nixpkgs/pkgs/development/python-modules/dtschema/fix_libfdt_name.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
284 B
Diff
Raw Normal View History

2024-03-21 04:20:16 +00:00
diff --git a/pyproject.toml b/pyproject.toml
index 2192a68..6a7ba95 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [
"ruamel.yaml>0.15.69",
"jsonschema>=4.1.2,<4.18",
"rfc3987",
- "pylibfdt",
+ "libfdt",
]
2024-03-21 04:20:16 +00:00
[project.scripts]