mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
androguard: make qt optional
This commit is contained in:
parent
eb83ebf2ab
commit
7eae3ffdab
2 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ SLOT="0"
|
|||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
# no proper test scripts
|
||||
#RESTRICT="test"
|
||||
IUSE="show"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
|
||||
|
|
@ -31,7 +32,7 @@ RDEPEND="
|
|||
>=dev-util/apkInspector-1.1.7[${PYTHON_USEDEP}]
|
||||
dev-python/matplotlib[${PYTHON_USEDEP}]
|
||||
dev-python/networkx[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt5[${PYTHON_USEDEP}]
|
||||
show? ( dev-python/pyqt6[${PYTHON_USEDEP}] )
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@
|
|||
<maintainer type="person">
|
||||
<email>blshkv@pentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="show">QT is required for this function</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">androguard/androguard</remote-id>
|
||||
<remote-id type="pypi">androguard</remote-id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue