summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-01 19:53:20 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-01 19:53:20 +0000
commitd86caa84091d890fde8131d0c595c1360856b733 (patch)
tree389401ccaae7f5abff2809b0effb8f79e7ddc995 /cscript
parente3a57613aaf747751c6834faf4d147207aa229fc (diff)
Update deps; there is no dependency on libdcp after all, it would seem.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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