From 2ce2d7efb35b243db4021295e7c2c1806b0fb11a Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 23 Oct 2016 10:31:18 +0000 Subject: [PATCH] utils: Remove reundant VERSION=VERSION parameter Signed-off-by: Niels Thykier --- britney2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney2/utils.py b/britney2/utils.py index bdfca50..0268628 100644 --- a/britney2/utils.py +++ b/britney2/utils.py @@ -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