mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-14 00:37:41 -04:00
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>
This commit is contained in:
parent
417e3299db
commit
92b5d4e916
1 changed files with 0 additions and 6 deletions
6
setup.py
6
setup.py
|
@ -52,13 +52,7 @@ class build_py(_build_py):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='libfdt',
|
name='libfdt',
|
||||||
use_scm_version={
|
|
||||||
"root": srcdir,
|
|
||||||
"fallback_version": version,
|
|
||||||
"fallback_root": srcdir,
|
|
||||||
},
|
|
||||||
cmdclass = {'build_py' : build_py},
|
cmdclass = {'build_py' : build_py},
|
||||||
setup_requires = ['setuptools_scm'],
|
|
||||||
author='Simon Glass',
|
author='Simon Glass',
|
||||||
author_email='sjg@chromium.org',
|
author_email='sjg@chromium.org',
|
||||||
description='Python binding for libfdt',
|
description='Python binding for libfdt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue