dev-libs/libjcat: add explicit build-time dependency on Python
authorMarek Szuba <marecki@gentoo.org>
Wed, 22 Apr 2020 23:27:43 +0000 (00:27 +0100)
committerMarek Szuba <marecki@gentoo.org>
Wed, 22 Apr 2020 23:47:46 +0000 (00:47 +0100)
commitf301c1af86e4f38f3e8fe674ef253adfb5aed4e7
treed6211a766dd8adf0b11705ce7d52f55c17db1c9f
parentaafbe1dabc95eb940d799fc83cca7bfe03bb38ff
dev-libs/libjcat: add explicit build-time dependency on Python

libjcat build scripts run an external Python script to generate a map
file for the library. In the current version of libjcat Meson invokes
that script using the same Python as itself (it depends on the same
Python packages as said script), however upstream has recently changed
this to an explicit request for an implementation providing XML support
and setuptools - and when I tried the very same approach in the course
of investigating Bug #715670, without an explicit dependency it would
abort configuration unless the necessary modules were provided by the
default python3. Besides, implicitly depending on modules used
by Meson itself goes against the whole "I am written in Python but you
are not supposed to pay any attention to it" thing.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-libs/libjcat/libjcat-0.1.1.ebuild