X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Frwpkgmgr%2FCMakeLists.txt;h=b08174e0767eeefe99a080c1f69ddb7c5875de8e;hb=refs%2Fchanges%2F53%2F5853%2F1;hp=4be45d0f11af7263ee8578fa49df1405daa054e4;hpb=df4e972f5e6581a85dd5a072ac4da8585b4c83e6;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt b/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt index 4be45d0f..b08174e0 100644 --- a/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt +++ b/rwlaunchpad/plugins/rwpkgmgr/CMakeLists.txt @@ -24,7 +24,7 @@ set(TASKLET_NAME rwpkgmgr) ## # 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,14 +37,16 @@ rift_python_install_tree( rift/tasklets/${TASKLET_NAME}/rpc.py rift/tasklets/${TASKLET_NAME}/downloader/__init__.py rift/tasklets/${TASKLET_NAME}/downloader/url.py + rift/tasklets/${TASKLET_NAME}/downloader/copy.py rift/tasklets/${TASKLET_NAME}/proxy/__init__.py rift/tasklets/${TASKLET_NAME}/proxy/base.py rift/tasklets/${TASKLET_NAME}/proxy/filesystem.py rift/tasklets/${TASKLET_NAME}/publisher/__init__.py rift/tasklets/${TASKLET_NAME}/publisher/download_status.py + rift/tasklets/${TASKLET_NAME}/publisher/copy_status.py rift/tasklets/${TASKLET_NAME}/subscriber/__init__.py rift/tasklets/${TASKLET_NAME}/subscriber/download_status.py - COMPONENT ${PKG_LONG_NAME} + COMPONENT ${INSTALL_COMPONENT} PYTHON3_ONLY) -rift_add_subdirs(test) \ No newline at end of file +rift_add_subdirs(test)