X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwresmgr%2FCMakeLists.txt;h=fdeea7b386776ac2c74d521a4707996a3bbf9200;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=e757e430ae25b901c6b34866cf7b08aa1369b143;hpb=49868d2c71eb364cee9707515be6841a568dad40;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwresmgr/CMakeLists.txt b/rwlaunchpad/plugins/rwresmgr/CMakeLists.txt index e757e430..fdeea7b3 100644 --- a/rwlaunchpad/plugins/rwresmgr/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwresmgr/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwresmgrtasklet) ## # 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 # anything not in a site-packages directory so we have to @@ -37,5 +37,5 @@ rift_python_install_tree( rift/tasklets/${TASKLET_NAME}/rwresmgr_config.py rift/tasklets/${TASKLET_NAME}/rwresmgr_core.py rift/tasklets/${TASKLET_NAME}/rwresmgr_events.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)