Skip to content

Commit

Permalink
Declare afw.table dependency on daf.base in pybind11.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Oct 24, 2019
1 parent 4b62d03 commit 0f2a179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/afw/table/_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ PyBaseTable declareBaseTable(WrapperCollection &wrappers) {
} // namespace

void wrapBase(WrapperCollection &wrappers) {
wrappers.addSignatureDependency("lsst.daf.base");

auto clsBaseTable = declareBaseTable(wrappers);
auto clsBaseRecord = declareBaseRecord(wrappers);
auto clsBaseCatalog = table::python::declareCatalog<BaseRecord>(wrappers, "Base");
Expand Down

0 comments on commit 0f2a179

Please sign in to comment.