diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-17 11:45:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-11-17 11:45:58 +0100 |
| commit | 5f987fa2ef789aa438f209f4e4a9d6611801b971 (patch) | |
| tree | de7aa364035cfa41b0361d07250f3101cad78e83 | |
| parent | 97da2b6c2d437321808acbae4d9a15e2f73ed2b1 (diff) | |
Bump deps for Python 3 build system compatibility.v1.4.14
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.11')) + return (('asdcplib-cth', 'd8490c6'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.12')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
