X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcm%2Fplugins%2Frwconman%2FCMakeLists.txt;h=8ab90f466bb23b4efdfc7f5fdab9630f381b16c0;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=adeb27c0944f6877a623679b6bdec6b9dbca8953;hpb=6f1a3fe149e4a6b9803382cb299c902f4cf58ec9;p=osm%2FSO.git diff --git a/rwcm/plugins/rwconman/CMakeLists.txt b/rwcm/plugins/rwconman/CMakeLists.txt index adeb27c0..8ab90f46 100644 --- a/rwcm/plugins/rwconman/CMakeLists.txt +++ b/rwcm/plugins/rwconman/CMakeLists.txt @@ -20,23 +20,11 @@ include(rift_plugin) set(TASKLET_NAME rwconmantasklet) -set(CONMAN_INSTALL "etc/conman") - -## -# Install translation script in demos -## -install( - FILES - rift/tasklets/${TASKLET_NAME}/xlate_cfg.py - rift/tasklets/${TASKLET_NAME}/xlate_tags.yml - DESTINATION ${CONMAN_INSTALL} - COMPONENT ${PKG_LONG_NAME}) - ## # 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,11 +35,10 @@ rift_python_install_tree( rift/tasklets/${TASKLET_NAME}/__init__.py rift/tasklets/${TASKLET_NAME}/${TASKLET_NAME}.py rift/tasklets/${TASKLET_NAME}/rwconman_config.py - rift/tasklets/${TASKLET_NAME}/rwconman_events.py rift/tasklets/${TASKLET_NAME}/jujuconf.py rift/tasklets/${TASKLET_NAME}/RiftCA.py rift/tasklets/${TASKLET_NAME}/riftcm_config_plugin.py rift/tasklets/${TASKLET_NAME}/RiftCM_rpc.py rift/tasklets/${TASKLET_NAME}/rwconman_conagent.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY)