Skip to content

Commit 1ecbffb

Browse files
pybind/mgr: include object_format.py in CMakeLists.txt for build
Because ceph uses CMake for building python packages too. Signed-off-by: John Mulligan <[email protected]>
1 parent d6c3168 commit 1ecbffb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ceph.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,7 @@ fi
17381738
%dir %{_datadir}/ceph/mgr
17391739
%{_datadir}/ceph/mgr/mgr_module.*
17401740
%{_datadir}/ceph/mgr/mgr_util.*
1741+
%{_datadir}/ceph/mgr/object_format.*
17411742
%{_unitdir}/[email protected]
17421743
%{_unitdir}/ceph-mgr.target
17431744
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr

src/pybind/mgr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ set(mgr_modules
5858
install(DIRECTORY ${mgr_modules}
5959
DESTINATION ${CEPH_INSTALL_DATADIR}/mgr
6060
${mgr_module_install_excludes})
61-
install(FILES mgr_module.py mgr_util.py
61+
install(FILES mgr_module.py mgr_util.py object_format.py
6262
DESTINATION ${CEPH_INSTALL_DATADIR}/mgr)

0 commit comments

Comments
 (0)