mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-24 09:02:48 +01:00
net-analyzer/kismet-analyzer: add dependencies
also removed some useless dependencies
This commit is contained in:
parent
6f65131fab
commit
e39560767e
1 changed files with 6 additions and 5 deletions
|
|
@ -15,11 +15,12 @@ HOMEPAGE="https://pypi.org/project/kismet-analyzer/"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
RDEPEND="
|
||||
dev-python/fastkml[${PYTHON_USEDEP}]
|
||||
dev-python/pygeoif[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
dev-python/pygeoif[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue