X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fplugins%2Frwcntmgrtasklet%2FCMakeLists.txt;h=1db29b47d58e29e69a4925181fd39fbee23c4974;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=103ed16b5366abbe25c36817bc2b518324224f6b;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/common/plugins/rwcntmgrtasklet/CMakeLists.txt b/common/plugins/rwcntmgrtasklet/CMakeLists.txt index 103ed16b..1db29b47 100644 --- a/common/plugins/rwcntmgrtasklet/CMakeLists.txt +++ b/common/plugins/rwcntmgrtasklet/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwcntmgrtasklet) ## # 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 @@ -34,5 +34,5 @@ rift_python_install_tree( FILES rift/tasklets/${TASKLET_NAME}/__init__.py rift/tasklets/${TASKLET_NAME}/${TASKLET_NAME}.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)