Skip to content

Commit 8cfd36b

Browse files
committed
Trying to make sure only one set of metadata is found for VTK
1 parent 0e9fc4b commit 8cfd36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def populate_lib_dir(conda_prefix, vtk_manylinux, out_dir):
6969
vtk_manylinux = pathlib.Path(vtk_manylinux)
7070
out_dir = pathlib.Path(out_dir)
7171

72-
fns = list((conda_prefix / "conda-meta").glob("vtk-*.json"))
72+
fns = list((conda_prefix / "conda-meta").glob("vtk-9*-qt_*.json"))
7373
if len(fns) != 1:
7474
raise Exception(f"could not find unique vtk meta: {fns}")
7575
vtk_meta = json.loads(fns[0].read_text())

0 commit comments

Comments
 (0)