diff --git a/cmake/packaging/debian.cmake b/cmake/packaging/debian.cmake index 835d6b0cab7..0f935fac9a4 100644 --- a/cmake/packaging/debian.cmake +++ b/cmake/packaging/debian.cmake @@ -320,7 +320,7 @@ macro(ov_cpack_settings) set(CPACK_DEBIAN_PYOPENVINO_PACKAGE_${pyversion}_PACKAGE_NAME "python3-openvino-${cpack_name_ver}") set(python_package "${CPACK_DEBIAN_PYOPENVINO_PACKAGE_${pyversion}_PACKAGE_NAME} (= ${cpack_full_ver})") - set(CPACK_DEBIAN_PYOPENVINO_PACKAGE_${pyversion}_PACKAGE_DEPENDS "python3, python3-numpy") + set(CPACK_DEBIAN_PYOPENVINO_PACKAGE_${pyversion}_PACKAGE_DEPENDS "python3, python3-numpy, python3-packaging") # we can have a single python installed, so we need to generate conflicts for all other versions ov_debian_generate_conflicts(${python_component} ${conflicting_versions})