mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -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
|
||||
|
||||
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"
|
||||
HOMEPAGE="https://github.com/lxi-tools/lxi-tools"
|
||||
@@ -27,6 +28,7 @@ RDEPEND="
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
|
||||
Reference in New Issue
Block a user