X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwvns%2FCMakeLists.txt;fp=rwlaunchpad%2Fplugins%2Frwvns%2FCMakeLists.txt;h=6c8bf6d239a384a2089f7208b11c69c3b6b933d7;hb=4870d0ee29789b859931e4e2c73e13dcb29537d5;hp=b10d81d0a46681c98604f4fcb2eb0c34ac415feb;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;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)