X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2FCMakeLists.txt;h=de83df3be95861b17e4a57e46d04e9b0a213bdd6;hb=b0a3805d0af2a816875101b80683ffbf6785e118;hp=892588535826da89c23832ee2d735b50184882c7;hpb=07b439824b5eac4dc760ce56b52fbdcf5539db4c;p=osm%2FSO.git diff --git a/common/python/CMakeLists.txt b/common/python/CMakeLists.txt index 89258853..de83df3b 100644 --- a/common/python/CMakeLists.txt +++ b/common/python/CMakeLists.txt @@ -75,6 +75,7 @@ rift_python_install_tree( FILES rift/downloader/__init__.py rift/downloader/base.py + rift/downloader/local_file.py rift/downloader/url.py COMPONENT ${PKG_LONG_NAME} PYTHON3_ONLY @@ -129,6 +130,7 @@ rift_python_install_tree( rift/mano/utils/__init.py__ rift/mano/utils/compare_desc.py rift/mano/utils/juju_api.py + rift/mano/utils/project.py COMPONENT ${PKG_LONG_NAME} PYTHON3_ONLY )