X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2FCMakeLists.txt;h=f6e3baf775c5e5b921cab0594933801a42350c44;hb=a3bb91f092d378448cb870eccd45d43865de143c;hp=285123b45ed1e51b476ac74c8d5fb8cad3f74fe2;hpb=cd455eba9834532e57a661e41cd5864afc90ddec;p=osm%2FSO.git diff --git a/common/python/CMakeLists.txt b/common/python/CMakeLists.txt index 285123b4..f6e3baf7 100644 --- a/common/python/CMakeLists.txt +++ b/common/python/CMakeLists.txt @@ -36,6 +36,16 @@ rift_python_install_tree( PYTHON3_ONLY ) +rift_python_install_tree( + FILES + rift/mano/sdn/__init__.py + rift/mano/sdn/accounts.py + rift/mano/sdn/config.py + rift/mano/sdn/operdata.py + COMPONENT ${PKG_LONG_NAME} + PYTHON3_ONLY + ) + rift_python_install_tree( FILES rift/mano/config_agent/operdata.py