X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwvns%2FCMakeLists.txt;h=6c8bf6d239a384a2089f7208b11c69c3b6b933d7;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=b10d81d0a46681c98604f4fcb2eb0c34ac415feb;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwvns/CMakeLists.txt b/rwlaunchpad/plugins/rwvns/CMakeLists.txt index b10d81d0..6c8bf6d2 100644 --- a/rwlaunchpad/plugins/rwvns/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwvns/CMakeLists.txt @@ -29,7 +29,7 @@ rift_add_subdirs(SUBDIR_LIST ${subdirs}) ## # 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 @@ -47,5 +47,5 @@ rift_python_install_tree( rift/topmgr/sdnsim.py rift/tasklets/${TASKLET_NAME}/__init__.py rift/tasklets/${TASKLET_NAME}/${TASKLET_NAME}.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)