mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sci-electronics/lxi-tools: Add exlicit python build dependency
Closes: https://bugs.gentoo.org/864967 Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit meson gnome2-utils xdg-utils
|
PYTHON_COMPAT=( python{3_9,3_10,3_11} )
|
||||||
|
inherit meson python-any-r1 gnome2-utils xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="Tools to access devices with LXI"
|
DESCRIPTION="Tools to access devices with LXI"
|
||||||
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
|
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
|
||||||
@@ -27,6 +28,7 @@ RDEPEND="
|
|||||||
)
|
)
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
BDEPEND="${PYTHON_DEPS}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
|
|||||||
Reference in New Issue
Block a user