Date: Monday, January 2, 2023 @ 03:09:57 Author: grawlinson Revision: 1372858
whoops, forgot patch. Added: python-flake8-black/trunk/pyproject-no-pip.patch ------------------------+ pyproject-no-pip.patch | 9 +++++++++ 1 file changed, 9 insertions(+) Added: pyproject-no-pip.patch =================================================================== --- pyproject-no-pip.patch (rev 0) +++ pyproject-no-pip.patch 2023-01-02 03:09:57 UTC (rev 1372858) @@ -0,0 +1,9 @@ +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ['pip>=21.3', 'setuptools>=61', 'wheel'] ++requires = ['setuptools>=61', 'wheel'] + build-backend = 'setuptools.build_meta' + + [project]
