X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwautoscaler%2FCMakeLists.txt;h=3a6f538a3120d874044f138a7f75ff1ef6067060;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=533588e4f50d5cb14e965ecc35ba44e67ef48724;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwautoscaler/CMakeLists.txt b/rwlaunchpad/plugins/rwautoscaler/CMakeLists.txt index 533588e4..3a6f538a 100644 --- a/rwlaunchpad/plugins/rwautoscaler/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwautoscaler/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwautoscaler) ## # 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}/engine.py rift/tasklets/${TASKLET_NAME}/scaling_operation.py rift/tasklets/${TASKLET_NAME}/subscribers.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)