mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-util/maturin: add missing bdep for pkgconfig on 1.3.0
" It looks like you're compiling on Linux and also targeting Linux. Currently this requires the `pkg-config` utility to find OpenSSL but unfortunately `pkg-config` could not be found. If you have OpenSSL installed you can likely fix this by installing `pkg-config`. " Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -399,6 +399,7 @@ RDEPEND="$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)"
|
||||
DEPEND="ssl? ( dev-libs/openssl:= )"
|
||||
BDEPEND="
|
||||
dev-python/setuptools-rust[${PYTHON_USEDEP}]
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/mdbook )
|
||||
test? (
|
||||
${RDEPEND}
|
||||
|
||||
Reference in New Issue
Block a user