Skip to content

prune: fix detection of parts used in scripts

Jérome Perrin requested to merge fix/prune_buildout_scripts into master

python interpreter is sometimes referenced only in bin/buildout's shebang, even if not used anymore in any software, if it was used to initially created the buildout. In that case, the part should still be considered as used and not pruned.

Merge request reports