Support MarginL and MarginR in SSA subtitles (DoM #2811).
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 2010462d385f8cf76e7f9bcaa0fc6e16b56c883c..776fd56bbf4da051445ab1abedf1057c0f239e73 100644 (file)
--- a/cscript
+++ b/cscript
@@ -21,9 +21,6 @@ import os
 
 option_defaults = { 'force-cpp11': False }
 
-def dependencies(target, options):
-    return (('asdcplib', '825e47522e3ae179a7820b2665c9de299b34494b'), ('libdcp', 'v1.8.33'))
-
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':