mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-radio/chirp: add deps for rr
Closes: https://bugs.gentoo.org/912758 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ SRC_URI="https://trac.chirp.danplanet.com/${PN}_next/next-${PV}/${P}.tar.gz"
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+gui"
|
||||
IUSE="+gui radioreference"
|
||||
|
||||
RDEPEND="$(python_gen_cond_dep '
|
||||
dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
@@ -27,6 +27,7 @@ RDEPEND="$(python_gen_cond_dep '
|
||||
dev-python/wxpython:4.0[${PYTHON_USEDEP}]
|
||||
dev-python/yattag[${PYTHON_USEDEP}]
|
||||
)
|
||||
radioreference? ( dev-python/suds-community[${PYTHON_USEDEP}] )
|
||||
')"
|
||||
BDEPEND="test? ( $(python_gen_cond_dep '
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<use>
|
||||
<flag name="radioreference">pull in optional deps for query of radioreference</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">kk7ds/chirp</remote-id>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user