Library dependencies are seen during compilation in mixer

After giving sudo mixer build bundles --native in mix directory.
some packages expecting dependency libraries like below.

nothing provides libevent-2.1.so.7()(64bit) needed by ****
nothing provides libtelemetry.so.4()(TM_2_0_0)(64bit) needed by ****.

Clearlinux version: 28100 (Desktop-version)

libevent-2.1.so.6 & libtelemetry.so.3 are present in the /usr/lib64/ directory
Cannot upgrade OS version as it is the requirement.

how to upgrade the libraries without updating the OS?

If you’re doing your own mix, you have to provide all of the packages and dependencies that differ from the base version you’re running the mix from. You would need to provide the updated libevent and libtelemetry source object library files as part of the mix.