utils: Remove reundant VERSION=VERSION parameter

Signed-off-by: Niels Thykier <niels@thykier.net>
master
Niels Thykier 8 years ago
parent 15fdf960d7
commit 2ce2d7efb3

@ -337,7 +337,7 @@ def write_heidi_delta(filename, all_selected):
item.version, item.architecture))
def make_migrationitem(package, sources, VERSION=VERSION):
def make_migrationitem(package, sources):
"""Convert a textual package specification to a MigrationItem
sources is a list of source packages in each suite, used to determine

Loading…
Cancel
Save