# Depend on this for temporary backwards compatibility during
# deprecation period.
if (type == exact) {
if (type != exact) {
   setupRequired(sconsUtils -j g9e4288ad24)
   setupRequired(sphinxutils -j g52a5f7ac38+afb4790f61)
}
} else {
   if (type == exact) {
      setupRequired(sconsUtils      -j g9e4288ad24)
      setupRequired(sphinxutils     -j g52a5f7ac38+afb4790f61)
   } else {
      setupRequired(sconsUtils g9e4288ad24 [>= g9e4288ad24])
      
      # 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+afb4790f61 [>= g52a5f7ac38+afb4790f61])
   }
}
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
