mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 12:54:15 +01:00
androguard: fix https://github.com/pentoo/pentoo-overlay/issues/1130
This commit is contained in:
parent
2dba859a81
commit
cd1921658c
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..10} )
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
|
@ -18,6 +17,8 @@ LICENSE="Apache-2.0"
|
||||||
KEYWORDS="amd64 ~arm64 x86"
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
# not proper test scripts
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=dev-python/networkx-2.2[${PYTHON_USEDEP}]
|
>=dev-python/networkx-2.2[${PYTHON_USEDEP}]
|
||||||
|
|
@ -30,5 +31,6 @@ RDEPEND="
|
||||||
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
|
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
|
||||||
>=dev-python/ipython-5.0[${PYTHON_USEDEP}]"
|
>=dev-python/ipython-5.0[${PYTHON_USEDEP}]"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue