<div dir="ltr"><div>thank you very much for the list,</div><div>I will look a the Python Team maintained packages.</div><div><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Le mer. 1 juil. 2026 à 08:55, Samuel Thibault <<a href="mailto:sthibault@debian.org">sthibault@debian.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
Alexandre Detiste, le mer. 01 juil. 2026 07:49:03 +0200, a ecrit:<br>
> TLDR: What I'm asking you: please mark the python3-pytest build-dependency as <!nocheck><br>
<br>
Done so in git.<br></blockquote><div><br></div><div>thanks</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Then some day after liblouis migrates we'll know which next package need fixing;<br>
> it's a long slow walk.<br>
<br>
You don't need to wait, with some grep-status / grep you can get a list.<br>
quick&dirty gives:<br>
<br>
for i in $(cat ~/key-packages) ; do grep-status -X -FPackage -sPackage,Build-Depends,Build-Depends-Indep $i ~/Sources ; done | tee ~/Sources-key<br>
<br>
grep-status -FBuild-Depends -sPackage,Build-Depends python3-pytest ~/Sources-key | grep -ve 'python3-pytest [^,]*<!nocheck>' | tee ~/Sources-key-pytest<br>
<br>
grep-status -FBuild-Depends-Indep -sPackage,Build-Depends-Indep python3-pytest ~/Sources-key | grep -ve 'python3-pytest [^,]*<!nocheck>' | tee -a ~/Sources-key-pytest<br>
<br>
Samuel<br>
</blockquote></div></div>