From 37c02d57607408a5db2ec2a948f66789bd4a9c5b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 6 Jul 2024 11:43:45 +0200 Subject: gpyutils: Explicitly pass `-d` to gpy-depgraph MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index fafc1ba..b99c48f 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -59,7 +59,7 @@ $(outdir)/310-to-311-stablereq.txt: $(timestamp) mv $@.new $@ %.dot: %.txt - gpy-depgraph -m python@gentoo.org $< > $@.new + gpy-depgraph -d -m python@gentoo.org $< > $@.new mv $@.new $@ %.svg: %.dot -- cgit v1.2.3-65-gdbad