File fix-import-for-hatch.patch of Package python-hatchling
Index: hatchling-1.27.0/src/hatchling/licenses/supported.py =================================================================== --- hatchling-1.27.0.orig/src/hatchling/licenses/supported.py +++ hatchling-1.27.0/src/hatchling/licenses/supported.py @@ -1 +1 @@ -from packaging.licenses._spdx import VERSION # noqa: F401, PLC2701 +from packaging.licenses._spdx import VERSION, LICENSES, EXCEPTIONS # noqa: F401, PLC2701