summaryrefslogtreecommitdiff
path: root/test cases/python/2 extmodule/ext/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/2 extmodule/ext/meson.build')
-rw-r--r--test cases/python/2 extmodule/ext/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/test cases/python/2 extmodule/ext/meson.build b/test cases/python/2 extmodule/ext/meson.build
index 799e9b08a..14fa94abf 100644
--- a/test cases/python/2 extmodule/ext/meson.build
+++ b/test cases/python/2 extmodule/ext/meson.build
@@ -1,6 +1,5 @@
pylib = py.extension_module('tachyon',
'tachyon_module.c',
- dependencies : py_dep,
c_args: '-DMESON_MODULENAME="tachyon"',
install: true,
)