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>
(cherry picked from commit 0509d460c8)
This commit is contained in:
Jeffery To
2023-05-26 02:06:57 +08:00
parent d1eef4705b
commit 1ca7a53fdb
8 changed files with 13 additions and 75 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-flit-scm
PKG_VERSION:=1.7.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=flit-scm
PYPI_SOURCE_NAME:=flit_scm
@@ -25,8 +25,7 @@ HOST_BUILD_DEPENDS:= \
python-build/host \
python-installer/host \
python-flit-core/host \
python-setuptools-scm/host \
python-tomli/host
python-setuptools-scm/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
@@ -40,7 +39,7 @@ define Package/python3-flit-scm
SUBMENU:=Python
TITLE:=A PEP 518 build backend that uses setuptools_scm and flit
URL:=https://gitlab.com/WillDaSilva/flit_scm
DEPENDS:=+python3-light +python3-flit-core +python3-setuptools-scm +python3-tomli
DEPENDS:=+python3-light +python3-flit-core +python3-setuptools-scm
BUILDONLY:=1
endef