diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-06 12:05:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-06 12:13:07 +0200 |
| commit | 07154903ef7d52f1b41b7ddd9f6e1b0ecca9d0b2 (patch) | |
| tree | 84903821224dcaad3e75f05c10778197f4299ddc /cscript | |
| parent | 3bfd243404c3d03492bf3a740f09f932db6bf9e8 (diff) | |
Remove (unused) import which is no longer present on Python 3.14.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -536,8 +536,8 @@ def dependencies(target, options): # Use distro-provided FFmpeg on Arch deps = [] - deps.append(('libdcp', 'v1.8.103')) - deps.append(('libsub', 'v1.6.49')) + deps.append(('libdcp', 'v1.8.104')) + deps.append(('libsub', 'v1.6.52')) deps.append(('leqm-nrt', '30dcaea1373ac62fba050e02ce5b0c1085797a23')) deps.append(('rtaudio', 'f619b76')) # We get our OpenSSL libraries from the environment, but we |
