texpect: Do not depend on ccan
[vlendec/samba-autobuild/.git] / lib / texpect / wscript
index 3dd4740a13ffe8bec717091c95d56a6b0381539c..62a1d4dbb94a57da80ab5defe39e9bf3c9c6e625 100644 (file)
@@ -4,4 +4,4 @@ def configure(conf):
     conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
 
 def build(bld):
-    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util ccan', install=False)
+    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False)