We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b0cab5 + b215185 commit a5a31daCopy full SHA for a5a31da
packages/import_tests.py
@@ -1,7 +1,6 @@
1
from pathlib import Path
2
3
-from pyodide_build.io import MetaConfig
4
-
+from pyodide_build.recipe.spec import MetaConfig
5
6
def gen(packages: list[str], packages_dir: Path = Path("packages")) -> dict[str, list[str]]:
7
res = {}
0 commit comments