2019-07-17 19:36:47 +01:00
|
|
|
# Setup hook for detecting conflicts in Python packages
|
|
|
|
echo "Sourcing python-catch-conflicts-hook.sh"
|
|
|
|
|
|
|
|
pythonCatchConflictsPhase() {
|
|
|
|
@pythonInterpreter@ @catchConflicts@
|
|
|
|
}
|
|
|
|
|
2019-10-31 16:50:15 +00:00
|
|
|
if [ -z "${dontUsePythonCatchConflicts-}" ]; then
|
2019-07-17 19:36:47 +01:00
|
|
|
preDistPhases+=" pythonCatchConflictsPhase"
|
|
|
|
fi
|