Skip to content

Commit 398038f

Browse files
authored
Fix rankwidth dependency declaration
1 parent 6b38fa6 commit 398038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph_decompositions/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ foreach name, pyx : extension_data
4141
subdir: 'sage/graphs/graph_decompositions',
4242
install: true,
4343
include_directories: [inc_cpython, inc_data_structures],
44-
dependencies: [py_dep, cysignals, gmp],
44+
dependencies: deps,
4545
)
4646
endforeach
4747

0 commit comments

Comments
 (0)