Bump to version 2.0.0 because the CI seems to also include this.
Drop patch for un-pinning setuptools.
Signed-off-by: Alexandru Ardelean <[email protected]>
include $(TOPDIR)/rules.mk
PKG_NAME:=python-cffi
-PKG_VERSION:=1.16.0
+PKG_VERSION:=2.0.0
PKG_RELEASE:=1
PYPI_NAME:=cffi
-PKG_HASH:=bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
+PKG_HASH:=44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
+++ /dev/null
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -2,6 +2,6 @@
- requires = [
- # first version that supports Python 3.12; older versions may work
- # with previous Python versions, but are not tested
-- "setuptools >= 66.1"
-+ "setuptools"
- ]
- build-backend = "setuptools.build_meta"