Skip to content

Commit

Permalink
Add the missing pex_logging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin-Fang Chiang committed Sep 12, 2016
1 parent bf94f2c commit 6e6a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/meas_algorithms.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lsst.sconsUtils

dependencies = {
"required": ["utils", "afw", "boost_math", "pex_config", "meas_base", "pipe_base", "minuit2"],
"required": ["utils", "afw", "boost_math", "pex_config", "meas_base", "pipe_base", "minuit2", "pex_logging"],
"buildRequired": ["boost_test", "swig"],
}

Expand Down

0 comments on commit 6e6a1ab

Please sign in to comment.