Fix version specifiers.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2015 21:53:26 +0000 (22:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Aug 2015 21:53:26 +0000 (22:53 +0100)
cscript

diff --git a/cscript b/cscript
index 4279a6cc7cd3da1888550c9f72024c4e48393103..01e707fd7cb6af3bbe4cc76cb6692051faa13553 100644 (file)
--- a/cscript
+++ b/cscript
@@ -235,8 +235,8 @@ def make_spec(filename, version, target):
 
 def dependencies(target):
     return (('ffmpeg-cdist', 'bd17594'),
-            ('libdcp', '1.2.3'),
-            ('libsub', '1.1.4'))
+            ('libdcp', 'v1.2.3'),
+            ('libsub', 'v1.1.4'))
 
 def configure_options(target):
     opt = ''