Skip to content

Bump libssl-dev from Suggests to Depends on libfido2-dev

Luca Boccassi requested to merge bluca/libfido2:libssl into debian/sid

It is not possible to use libfido2-dev's pkg-config file without having libssl-dev installed, since libfido2.pc lists:

Requires: libcrypto

pkg-config error with 'libfido2': Could not generate cargs for libfido2: Package libcrypto was not found in the pkg-config search path. Perhaps you should add the directory containing `libcrypto.pc' to the PKG_CONFIG_PATH environment variable Package 'libcrypto', required by 'libfido2', not found

Could not generate cargs for libfido2: Package libcrypto was not found in the pkg-config search path. Perhaps you should add the directory containing `libcrypto.pc' to the PKG_CONFIG_PATH environment variable Package 'libcrypto', required by 'libfido2', not found

Closes: #1003699

Merge request reports

Loading