python3Packages.apache-beam: set enableParallelBuilding to true

This commit is contained in:
Phillip Cloud
2022-08-08 05:31:07 -04:00
parent d9202ab625
commit 21237eedfe

View File

@@ -92,6 +92,8 @@ buildPythonPackage rec {
typing-extensions
];
enableParallelBuilding = true;
pythonImportsCheck = [
"apache_beam"
];