From: Carl Hetherington Date: Sat, 17 Jun 2023 21:58:01 +0000 (+0200) Subject: Fix syntax error in cscript. X-Git-Tag: v2.16.60~26 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=19823038e1a676dbcc38692fa20a4aa904230a08;hp=09171f01092232d0c80b28313ee0c405b812d5ab;p=dcpomatic.git Fix syntax error in cscript. --- diff --git a/cscript b/cscript index e91f73613..59fcc5e75 100644 --- a/cscript +++ b/cscript @@ -44,7 +44,7 @@ for v in ['9', '10']: for v in ['11']: deb_build_depends[v] = copy.deepcopy(deb_build_depends_base) deb_build_depends[v].extend(['libssh-gcrypt-dev', 'python3.9']) -for v in ['12'] +for v in ['12']: deb_build_depends[v] = copy.deepcopy(deb_build_depends_base) deb_build_depends[v].extend(['libssh-gcrypt-dev', 'python3.11']) deb_build_depends['unstable'] = copy.deepcopy(deb_build_depends_base)