# Depend on this for temporary backwards compatibility during
# deprecation period.
if (type == exact) {
if (type != exact) {
   setupRequired(sconsUtils -j gcc71b89bbb)
   setupRequired(sphinxutils -j g52a5f7ac38+8911f0c7c0)
}
} else {
   if (type == exact) {
      setupRequired(sconsUtils      -j gcc71b89bbb)
      setupRequired(sphinxutils     -j g52a5f7ac38+8911f0c7c0)
   } else {
      setupRequired(sconsUtils gcc71b89bbb [>= gcc71b89bbb])
      
      # Add this for convenience in testing documentation builds, even if the
      # utils code does not yet use it directly during code builds.
      setupRequired(sphinxutils g52a5f7ac38+8911f0c7c0 [>= g52a5f7ac38+8911f0c7c0])
   }
}
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
