aboutsummaryrefslogtreecommitdiffstats
path: root/main/dtc/pyscm.patch
blob: 62157aad58432eae337d41c2f02db2c62eb88b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
no setuptools_scm in main
--
diff --git a/setup.py b/setup.py
index e82a832..da01efd 100755
--- a/setup.py
+++ b/setup.py
@@ -49,11 +49,8 @@ class build_py(_build_py):
 
 setup(
     name='libfdt',
-    use_scm_version={
-        "root": srcdir,
-    },
     cmdclass = {'build_py' : build_py},
-    setup_requires = ['setuptools_scm'],
+    version="@VERSION@",
     author='Simon Glass',
     author_email='sjg@chromium.org',
     description='Python binding for libfdt',