mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 08:15:12 +00:00
Changelog: =========== - Removed code referencing bdist_wininst in install_scripts. - Promote pyproject.toml’s [tool.setuptools] out of beta. - Automatically add files listed in Extension.depends to sdists, as long as they are contained in the project directory - Require Python 3.8 or later. - Made imports in editable installs case-sensitive on case-insensitive filesystems - Use default encoding to create .pth files with editable_wheel. - Detects (and complain about) scripts and gui-scripts set via setup.py when pyproject.toml does not include them in dynamic. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>