aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2024-03-06 15:06:06 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2024-03-06 15:06:06 +1100
commit92b5d4e9167846b398d810e025c10fef9120029c (patch)
treeab31e26cc52f2e9c476c15d3e39fbb712f83fe83
parent417e3299dbd17f25e318608aa31e38c501697227 (diff)
downloaddtc-92b5d4e9167846b398d810e025c10fef9120029c.tar.gz
pylibfdt: Remove some apparently deprecated options from setup.py
We seem to get deprecation warnings because of these. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rwxr-xr-xsetup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index c3ffb2b..602caab 100755
--- a/setup.py
+++ b/setup.py
@@ -52,13 +52,7 @@ class build_py(_build_py):
setup(
name='libfdt',
- use_scm_version={
- "root": srcdir,
- "fallback_version": version,
- "fallback_root": srcdir,
- },
cmdclass = {'build_py' : build_py},
- setup_requires = ['setuptools_scm'],
author='Simon Glass',
author_email='sjg@chromium.org',
description='Python binding for libfdt',