dtc/pylibfdt
Rob Herring 0b106a77db pylibfdt: Use setuptools_scm for the version
The DTC version in version_gen.h causes a warning with setuptools:

setuptools/dist.py:501: UserWarning: The version specified ('1.6.1-g5454474d') \
is an invalid version, this may not work as expected with newer versions of \
setuptools, pip, and PyPI. Please see PEP 440 for more details.

It also creates an unnecessary dependency on the rest of the build
system(s). Switch to use setuptools_scm instead to get the version for
pylibfdt.

Signed-off-by: Rob Herring <robh@kernel.org>
Message-Id: <20211111011135.2386773-3-robh@kernel.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2021-11-11 14:30:33 +11:00
..
.gitignore Use Python3 by default 2019-03-29 15:43:24 +11:00
libfdt.i pylibfdt: Rework "avoid unused variable warning" lines 2021-05-25 13:27:00 +10:00
Makefile.pylibfdt pylibfdt: Use setuptools_scm for the version 2021-11-11 14:30:33 +11:00
meson.build pylibfdt: Use setuptools_scm for the version 2021-11-11 14:30:33 +11:00
setup.py pylibfdt: Use setuptools_scm for the version 2021-11-11 14:30:33 +11:00