commit: 49ffb98996233b61b6f380bf9331d9558791b130 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 22 06:09:23 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 22 06:10:33 2023 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=49ffb989
Makefile.gpyutils: drop obsolete py2 refs Fixes: a33a67bc0ec417497c5a018f89750f90bea66fa1 Signed-off-by: Sam James <sam <AT> gentoo.org> Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index 3bf4284..346cde5 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -10,7 +10,7 @@ upgr_base = $(outdir)/39-to-310.txt $(outdir)/310-to-311.txt # related stabilizations upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base)) # all upgrade stuff -upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/py2.txt +upgr_txt = $(upgr_base) $(upgr_streq) upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt)) upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot)) # add new impls here if not stable yet, to avoid insanely huge generation times