aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.gpyutils5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index eb355d8..b1d02e7 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -50,11 +50,6 @@ $(outdir)/38-to-39-stablereq.txt: $(timestamp)
gpy-upgrade-impl -m -s python3_8 python3_9 > $@.new
mv $@.new $@
-$(outdir)/py2.txt: $(timestamp)
- mkdir -p $(outdir)
- gpy-py2 > $@.new
- mv $@.new $@
-
%.dot: %.txt
gpy-depgraph -m python@gentoo.org $< > $@.new
mv $@.new $@