mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
This removes the changes made in61f202c017and adds actual support for pyproject.toml-based (PEP 517) builds of Python packages. Packages can force the use of the old build process by setting PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1; this should only be a temporary workaround until the package can be updated/fixed to use the new build process. Signed-off-by: Jeffery To <jeffery.to@gmail.com> (cherry picked from commit5156c0c82b)