python-tomli: Remove package

Python added tomli to its standard library in 3.11. Now that Python in
the packages feed has been updated to 3.11, the separate tomli package
is no longer necessary.

This removes python-tomli and updates all dependant packages, removing
python-tomli from their lists of dependencies.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-05-26 02:06:57 +08:00
parent b9cb40b28d
commit 0509d460c8
8 changed files with 13 additions and 75 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools-scm
PKG_VERSION:=7.1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=setuptools-scm
PYPI_SOURCE_NAME:=setuptools_scm
@@ -26,7 +26,6 @@ HOST_BUILD_DEPENDS:= \
python-installer/host \
python-wheel/host \
python-packaging/host \
python-tomli/host \
python-typing-extensions/host
include ../pypi.mk
@@ -46,7 +45,6 @@ define Package/python3-setuptools-scm
+python3-logging \
+python3-packaging \
+python3-setuptools \
+python3-tomli \
+python3-typing-extensions
BUILDONLY:=1
endef