From d86caa84091d890fde8131d0c595c1360856b733 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Mar 2016 19:53:20 +0000 Subject: Update deps; there is no dependency on libdcp after all, it would seem. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 3dff9f5..1482977 100644 --- a/cscript +++ b/cscript @@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libdcp', '45841f3'), ('asdcplib-cth', 'cth')) + return (('asdcplib-cth', 'v0.1.0'), ('libcxml', '0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory -- cgit v1.2.3