# List EUPS dependencies of this package here.
# - Any package whose API is used directly should be listed explicitly.
# - Common third-party packages can be assumed to be recursively included by
#   the "sconsUtils" package.
if (type == exact) {
if (type != exact) {
   setupRequired(sconsUtils -j g7374e9d467)
}
} else {
   if (type == exact) {
      setupRequired(sconsUtils      -j g7374e9d467)
   } else {
      setupRequired(sconsUtils g7374e9d467 [>= g7374e9d467])
      
      # The following is boilerplate for all packages.
      # See https://dmtn-001.lsst.io for details on LSST_LIBRARY_PATH.
   }
}
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/python)
envSet(DUSTMAPS_CONFIG_FNAME, ${PRODUCT_DIR}/config/.dustmapsrc)
