mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
python-libnmap-0.7.3-r1.ebuild
This commit is contained in:
parent
151d2659e9
commit
f734ab0515
1 changed files with 2 additions and 2 deletions
|
|
@ -12,14 +12,14 @@ inherit distutils-r1 pypi
|
|||
DESCRIPTION="A python library enabling python developers to manipulate nmap process and data"
|
||||
HOMEPAGE="https://pypi.org/project/python-libnmap/"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="boto defusedxml mongodb sqlalchemy"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
defusedxml? ( dev-python/defusedxml[${PYTHON_USEDEP}] )
|
||||
sqlalchemy? ( dev-python/sqlalchemy[${PYTHON_USEDEP}] )
|
||||
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
|
||||
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
|
||||
boto? ( dev-python/boto3[${PYTHON_USEDEP}] )
|
||||
"
|
||||
Loading…
Reference in a new issue