diff --git a/x11-toolkits/py-wxpython/files/patch-pyproject.toml b/x11-toolkits/py-wxpython/files/patch-pyproject.toml index ec2c4339ec0e..d0fa614d1858 100644 --- a/x11-toolkits/py-wxpython/files/patch-pyproject.toml +++ b/x11-toolkits/py-wxpython/files/patch-pyproject.toml @@ -1,13 +1,20 @@ remove after setuptools update past 70.1 --- pyproject.toml.orig 2026-02-08 15:20:31 UTC +++ pyproject.toml +@@ -1,5 +1,5 @@ + [project] +-name = "wxPython" ++name = "wxpython" + description = "Cross platform GUI toolkit for Python, \"Phoenix\" version" + requires-python = ">= 3.10" + authors = [ @@ -71,7 +71,7 @@ requires = [ [build-system] requires = [ - "setuptools>=70.1", + "setuptools", "cython >= 3.0.10", "requests >= 2.26.0", "sip == 6.12.0",