pylibfdt: setup.py: Drop license_files
authorTom Rini <trini@konsulko.com>
Fri, 25 Jul 2025 15:18:21 +0000 (09:18 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 7 Aug 2025 17:16:12 +0000 (11:16 -0600)
commit123cd77122a13288e1552b5d9b7c22a6f19e2e02
tree48055fbc39976450b6274ac7c7111c603a536056
parent4b97de0e28fc215d3f41bb01f3410baa5e9243d8
pylibfdt: setup.py: Drop license_files

On more recent versions of setuptools the warning about not being able
to find the files specified in license_files has re-appeared. This is
because as best I can tell, it can't and won't look in $(srctree) but
rather only subdirectories of scripts/dtc/pylibfdt. Since we already
provide both SPDX tags and a license field with the SPDX contents, let
us just drop license_files as it's not mandatory.

Signed-off-by: Tom Rini <trini@konsulko.com>
scripts/dtc/pylibfdt/setup.py