mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
Changelog since 80.9.0: - v81.0.0: Remove --dry-run parameter from setup.py - v82.0.0: Remove pkg_resources module (deprecated since 67.5.0); users should migrate to importlib.resources / importlib.metadata - v82.0.1: Fix loading of launcher manifest.xml file; documentation improvements for installing source distributions Since pkg_resources has been removed in v82.0.0, drop the python3-pkg-resources sub-package and remove it as a dependency from python3-setuptools. Full changelog: https://github.com/pypa/setuptools/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>