Fix thinko in RPM change.
authorCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 00:37:17 +0000 (00:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 16 Mar 2018 00:37:17 +0000 (00:37 +0000)
cscript

diff --git a/cscript b/cscript
index 82d332ba8133e17bbd6a5773147505b646a72c4b..611f5910c2c457eff35a615bde2071417e3606f1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -388,7 +388,7 @@ def package_debian(target, cpu, version):
 
     return debs
 
-def package_rpm(target, cpu, version, requires):
+def package_rpm(target, cpu, version):
     topdir = os.path.realpath('build/rpmbuild')
     os.makedirs('%s/BUILD' % topdir)
     os.makedirs('%s/RPMS' % topdir)