about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/dtschema/fix_libfdt_name.patch
blob: eb1ec34a95d656c0f7680f612fb775ab361f4d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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=[