# 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 g937ded2c1a)
}
} else {
   if (type == exact) {
      setupRequired(sconsUtils      -j g937ded2c1a)
   } else {
      setupRequired(sconsUtils g937ded2c1a [>= g937ded2c1a])
      
      # 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)
