thank you very much for the list, I will look a the Python Team maintained packages.
Le mer. 1 juil. 2026 à 08:55, Samuel Thibault <[email protected]> a écrit : > Hello, > > Alexandre Detiste, le mer. 01 juil. 2026 07:49:03 +0200, a ecrit: > > TLDR: What I'm asking you: please mark the python3-pytest > build-dependency as <!nocheck> > > Done so in git. > thanks > > Then some day after liblouis migrates we'll know which next package need > fixing; > > it's a long slow walk. > > You don't need to wait, with some grep-status / grep you can get a list. > quick&dirty gives: > > for i in $(cat ~/key-packages) ; do grep-status -X -FPackage > -sPackage,Build-Depends,Build-Depends-Indep $i ~/Sources ; done | tee > ~/Sources-key > > grep-status -FBuild-Depends -sPackage,Build-Depends python3-pytest > ~/Sources-key | grep -ve 'python3-pytest [^,]*<!nocheck>' | tee > ~/Sources-key-pytest > > grep-status -FBuild-Depends-Indep -sPackage,Build-Depends-Indep > python3-pytest ~/Sources-key | grep -ve 'python3-pytest [^,]*<!nocheck>' | > tee -a ~/Sources-key-pytest > > Samuel >

