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-build
PKG_VERSION:=0.10.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=build
PKG_HASH:=d5b71264afdb5951d6704482aac78de887c80691c52b88a9ad195983ca2c9269
@@ -24,8 +24,7 @@ HOST_BUILD_DEPENDS:= \
python-installer/host \
python-flit-core/host \
python-packaging/host \
python-pyproject-hooks/host \
python-tomli/host
python-pyproject-hooks/host
PYTHON3_HOST_BUILD_VARS:=PYTHONPATH=src