X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e65ab762d3d06a8fe6e73a8bd00cc5c4a1fffe14..ee6a231c325851a19562502a83c4ed8ac9b0f3be:/scripts/buildorder.py diff --git a/scripts/buildorder.py b/scripts/buildorder.py index 67f53074..fd7b2a64 100755 --- a/scripts/buildorder.py +++ b/scripts/buildorder.py @@ -40,7 +40,7 @@ class TermuxBuildFile(object): pkg_dep_prefix = 'TERMUX_PKG_DEPENDS=' subpkg_dep_prefix = 'TERMUX_SUBPKG_DEPENDS=' - with open(self.path) as f: + with open(self.path, encoding="utf-8") as f: prefix = None for line in f: if line.startswith(pkg_dep_prefix):