python3Packages.bork: fix build

The `bork` build broke when `build` [updated], so this commit un-borks `bork` by relaxing the build requirement on `build`.

Yes, I do think I'm clever, why do you ask?

[updated]: e1338b7267
This commit is contained in:
Philip Taron
2025-08-25 12:47:46 -07:00
parent 2c5402b226
commit 71df0dfb93

View File

@@ -34,6 +34,7 @@ buildPythonPackage rec {
]; ];
pythonRelaxDeps = [ pythonRelaxDeps = [
"build"
"packaging" "packaging"
"urllib3" "urllib3"
]; ];