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:
@@ -34,6 +34,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
"build"
|
||||||
"packaging"
|
"packaging"
|
||||||
"urllib3"
|
"urllib3"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user