nixpkgs/pkgs/development/python-modules/dtschema/fix_libfdt_name.patch
Esteban Blanc e9b906ef34 dt-schema: 2022.1 -> 2022.12
Co-authored-by: Bastien Germond <bastien.germond@epita.fr>
2023-03-14 14:18:00 +01:00

14 lines
280 B
Diff

diff --git a/setup.py b/setup.py
index 62db8af..4a980c1 100755
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setuptools.setup(
'ruamel.yaml>0.15.69',
'jsonschema>=4.1.2',
'rfc3987',
- 'pylibfdt',
+ 'libfdt',
],
classifiers=[