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:
Joonas Niilola
2023-10-04 10:33:47 +03:00
parent 5fe49c1fe5
commit ed0f7df6ee

View File

@@ -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}