The patch is no longer required as host setuptools is now new enough.
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-dbus-fast
-PKG_VERSION:=1.86.0
+PKG_VERSION:=1.91.2
PKG_RELEASE:=1
PYPI_NAME:=dbus-fast
PYPI_SOURCE_NAME:=dbus_fast
-PKG_HASH:=ca376a360f1bc2c3d59e9edfb5e4de5be389cca37e8c92f4539176ddf755341e
+PKG_HASH:=648b70804da35c92ac44af1d321aeb19df6596dbad362adc2f2507fd99f0f5ae
PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk>
PKG_LICENSE:=MIT
+++ /dev/null
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -97,5 +97,5 @@ module = "docs.*"
- ignore_errors = true
-
- [build-system]
--requires = ['setuptools>=65.4.1', 'wheel', 'Cython', "poetry-core>=1.0.0"]
-+requires = ['setuptools', 'wheel', 'Cython', "poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"