Remove specifiers of versions for now.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 20:25:04 +0000 (21:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jun 2015 20:25:04 +0000 (21:25 +0100)
cscript

diff --git a/cscript b/cscript
index 0516be499f9e1cd242a4a0af33988ab266057640..94ddd08f13bd95a92083f6eea659072d99520e75 100644 (file)
--- a/cscript
+++ b/cscript
@@ -224,8 +224,8 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', '0492ad2'),
-            ('libdcp', '13db82c'),
-            ('libsub', 'e607d5e'))
+            ('libdcp', '1.0'),
+            ('libsub', '1.0'))
 
 def configure_options(target):
     opt = ''