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-pytest
PKG_VERSION:=7.3.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=pytest
PKG_HASH:=58ecc27ebf0ea643ebfdf7fb1249335da761a00c9f955bcd922349bcb68ee57d
@@ -34,7 +34,6 @@ define Package/python3-pytest
+python3 \
+python3-pluggy \
+python3-packaging \
+python3-tomli \
+python3-exceptiongroup \
+python3-iniconfig
endef