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>
main
David Gibson 2024-03-06 15:06:06 +11:00
parent 417e3299db
commit 92b5d4e916
1 changed files with 0 additions and 6 deletions

View File

@ -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',