X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwstagingmgr%2FCMakeLists.txt;fp=rwlaunchpad%2Fplugins%2Frwstagingmgr%2FCMakeLists.txt;h=55c5c8f6f543fa2f09534c52efa27c1ef44b7d56;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=71f07041f2a30334f8f902642ca1e561b46a0432;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwstagingmgr/CMakeLists.txt b/rwlaunchpad/plugins/rwstagingmgr/CMakeLists.txt index 71f07041..55c5c8f6 100644 --- a/rwlaunchpad/plugins/rwstagingmgr/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwstagingmgr/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwstagingmgr) ## # This function creates an install target for the plugin artifacts ## -rift_install_python_plugin(${TASKLET_NAME} ${TASKLET_NAME}.py) +rift_install_gobject_python_plugin(${TASKLET_NAME} ${TASKLET_NAME}.py COMPONENT ${INSTALL_COMPONENT}) # Workaround RIFT-6485 - rpmbuild defaults to python2 for @@ -46,7 +46,7 @@ rift_python_install_tree( rift/tasklets/${TASKLET_NAME}/store/file_store.py rift/tasklets/${TASKLET_NAME}/model/__init__.py rift/tasklets/${TASKLET_NAME}/model/staging_area.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY) -rift_add_subdirs(test) \ No newline at end of file +rift_add_subdirs(test)