Bump waf here and in libdcp for Python 3.10 support.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 0e16b3c65f0d54ae295210dba92951707a56191b..b83a4c01d4b9ac1395ef8b70bae2671ee3a10c05 100644 (file)
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
 option_defaults = { 'force-cpp11': False }
 
 def dependencies(target, options):
-    return (('asdcplib', 'c5b8b7e1e229895b8afcb20287f22f90dd8e9d45'), ('libdcp', 'df504d64b878a409d469df8a166558919e3c2afb'))
+    return (('asdcplib', 'a276ed1c5a43a92dd2b9ca93072ce8d024329e82'), ('libdcp', 'v1.8.28'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory