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 | |
| parent | 3bfd243404c3d03492bf3a740f09f932db6bf9e8 (diff) | |
Remove (unused) import which is no longer present on Python 3.14.
| -rw-r--r-- | cscript | 4 | ||||
| -rw-r--r-- | waf-tools/clang_compilation_database.py | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/waf-tools/clang_compilation_database.py b/waf-tools/clang_compilation_database.py index 189de1eb6..982e150f3 100644 --- a/waf-tools/clang_compilation_database.py +++ b/waf-tools/clang_compilation_database.py @@ -14,7 +14,7 @@ Usage: conf.load('clang_compilation_database') """ -import sys, os, json, shlex, pipes +import sys, os, json, shlex from waflib import Logs, TaskGen, Task Task.Task.keep_last_cmd = True |
