]> git.pld-linux.org Git - packages/dtc.git/blobdiff - python2.patch
up to 1.7.0
[packages/dtc.git] / python2.patch
diff --git a/python2.patch b/python2.patch
new file mode 100644 (file)
index 0000000..e0a52aa
--- /dev/null
@@ -0,0 +1,11 @@
+--- dtc-1.7.0/setup.py.orig    2023-02-09 11:01:35.000000000 +0100
++++ dtc-1.7.0/setup.py 2023-03-08 12:58:41.327004674 +0100
+@@ -45,7 +45,7 @@
+ class build_py(_build_py):
+     def run(self):
+         self.run_command("build_ext")
+-        return super().run()
++        return _build_py.run(self)
+ setup(
+     name='libfdt',
This page took 0.066186 seconds and 4 git commands to generate.