X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwmonparam%2FCMakeLists.txt;fp=rwlaunchpad%2Fplugins%2Frwmonparam%2FCMakeLists.txt;h=a79bedd279cb6d6e612f0d37e8540818bd8e0da7;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=ad6359312bca4be6b99255117a319f1709c57522;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwmonparam/CMakeLists.txt b/rwlaunchpad/plugins/rwmonparam/CMakeLists.txt index ad635931..a79bedd2 100644 --- a/rwlaunchpad/plugins/rwmonparam/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwmonparam/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwmonparam) ## # 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}/nsr_core.py rift/tasklets/${TASKLET_NAME}/vnfr_core.py rift/tasklets/${TASKLET_NAME}/${TASKLET_NAME}.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)