New review comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/31951#discussion_r669612091 Comment: It detects both dependencies automatically, see the build log: ``` SONAME: liboping.so.0 <-> liboping>=1.8.0_1 SONAME: libssl.so.1.1 <-> libssl1.1>=1.1.1f_1 SONAME: libcrypto.so.1.1 <-> libcrypto1.1>=1.1.1f_1 SONAME: libgcc_s.so.1 <-> libgcc>=4.4.0_1 SONAME: libpthread.so.0 <-> glibc>=2.32_1 SONAME: libm.so.6 <-> glibc>=2.32_1 SONAME: libdl.so.2 <-> glibc>=2.32_1 SONAME: libc.so.6 <-> glibc>=2.32_1 SONAME: ld-linux.so.2 <-> glibc>=2.32_1 ``` `openssl` can be added if it actually executes the `openssl` program for some functionality. Otherwise, just remove `depends`.