summaryrefslogtreecommitdiff
path: root/SCons/Tool/packaging/ipk.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-05-03 18:29:26 -0700
committerGitHub <noreply@github.com>2023-05-03 18:29:26 -0700
commit239f437b463dc948690473830f1816e9a67b72c2 (patch)
tree203b499babac9dbed56afbd1e1eea548ac1b9932 /SCons/Tool/packaging/ipk.py
parent6ce33bdadec1cf558a6d0df27a6a083516d6cf23 (diff)
parent5717e06c245d99923f5c4a6e786a564799871c49 (diff)
downloadscons-git-239f437b463dc948690473830f1816e9a67b72c2.tar.gz
Merge branch 'master' into maint/validateOptions
Diffstat (limited to 'SCons/Tool/packaging/ipk.py')
-rw-r--r--SCons/Tool/packaging/ipk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/packaging/ipk.py b/SCons/Tool/packaging/ipk.py
index ac8b992bb..930eacbec 100644
--- a/SCons/Tool/packaging/ipk.py
+++ b/SCons/Tool/packaging/ipk.py
@@ -105,7 +105,7 @@ def gen_ipk_dir(proot, source, env, kw):
# the packageroot directory does now contain the specfiles.
return proot
-def build_specfiles(source, target, env):
+def build_specfiles(source, target, env) -> int:
""" Filter the targets for the needed files and use the variables in env
to create the specfile.
"""