From f09a648222dbacaa58854da4ca8e140328425a50 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 3 Feb 2021 17:24:40 +0100 Subject: [PATCH] check_out_of_date: Add a TODO about porting it The script is written in python2 and it imports portage code. Since the portage is going to become a python3-only code, the script needs porting to python3. It is not the high priority right now, because it seems to be not used by other scripts or jenkins. --- check_out_of_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_out_of_date.py b/check_out_of_date.py index 0f32991cab..91785525ba 100755 --- a/check_out_of_date.py +++ b/check_out_of_date.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 -# needs to be python2 for portage +# TODO: This script needs porting to python3, since portage is also in python3 now. # Prints out a list of all packages in portage-stable and how they stand relative to gentoo upstream