diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-18 21:25:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-18 21:25:04 +0100 |
| commit | a9e5210311da7f4b3d44377fc1cc6cb099fc6319 (patch) | |
| tree | 295806b26b6dab103666d1b19e9900aae51ea16e /cscript | |
| parent | a9b619fcb5fd4b06a3438e6200e8cc246bc5f03b (diff) | |
Remove specifiers of versions for now.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = '' |
