mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Build pyodide wheel without rocksdb
This commit is contained in:
+3
-2
@@ -276,8 +276,9 @@ dependency_tree: "dict[str, tuple[str, ...]]" = {
|
||||
def gather_dependencies(dep: str) -> "Generator[str]":
|
||||
yield dep
|
||||
for d in dependency_tree[dep]:
|
||||
for x in gather_dependencies(d):
|
||||
yield x
|
||||
if f"without-{d.lower()}" not in flags:
|
||||
for x in gather_dependencies(d):
|
||||
yield x
|
||||
|
||||
|
||||
if "v" in flags:
|
||||
|
||||
Reference in New Issue
Block a user