spiderfoot: migrate to PYTHON_MULTI_USEDEP

This commit is contained in:
Yury Martynov 2020-02-10 22:00:37 +03:00
parent 34a02f61ef
commit dbc6b742f6
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

@ -24,31 +24,33 @@ SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-python/adblockparser[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
>=dev-python/cherrypy-17.4.1[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/dnspython-1.16.0[${PYTHON_USEDEP}]
dev-python/exifread[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
>=dev-python/ipaddr-2.2.0[${PYTHON_USEDEP}]
dev-python/ipwhois[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/m2crypto[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.7.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/phonenumbers[${PYTHON_USEDEP}]
dev-python/pygexf[${PYTHON_USEDEP}]
dev-python/PyPDF2[${PYTHON_USEDEP}]
dev-python/python-secure[${PYTHON_USEDEP}]
dev-python/python-whois[${PYTHON_USEDEP}]
dev-python/python-docx[${PYTHON_USEDEP}]
dev-python/python-pptx[${PYTHON_USEDEP}]
>=net-libs/stem-1.7.1[${PYTHON_USEDEP}]"
$(python_gen_cond_dep '
dev-python/adblockparser[${PYTHON_MULTI_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
>=dev-python/cherrypy-17.4.1[${PYTHON_MULTI_USEDEP}]
dev-python/cryptography[${PYTHON_MULTI_USEDEP}]
>=dev-python/dnspython-1.16.0[${PYTHON_MULTI_USEDEP}]
dev-python/exifread[${PYTHON_MULTI_USEDEP}]
dev-python/future[${PYTHON_MULTI_USEDEP}]
>=dev-python/ipaddr-2.2.0[${PYTHON_MULTI_USEDEP}]
dev-python/ipwhois[${PYTHON_MULTI_USEDEP}]
dev-python/lxml[${PYTHON_MULTI_USEDEP}]
dev-python/m2crypto[${PYTHON_MULTI_USEDEP}]
dev-python/mako[${PYTHON_MULTI_USEDEP}]
>=dev-python/netaddr-0.7.18[${PYTHON_MULTI_USEDEP}]
dev-python/networkx[${PYTHON_MULTI_USEDEP}]
>=dev-python/PySocks-1.7.1[${PYTHON_MULTI_USEDEP}]
dev-python/requests[${PYTHON_MULTI_USEDEP}]
dev-python/pyopenssl[${PYTHON_MULTI_USEDEP}]
dev-python/phonenumbers[${PYTHON_MULTI_USEDEP}]
dev-python/pygexf[${PYTHON_MULTI_USEDEP}]
dev-python/PyPDF2[${PYTHON_MULTI_USEDEP}]
dev-python/python-secure[${PYTHON_MULTI_USEDEP}]
dev-python/python-whois[${PYTHON_MULTI_USEDEP}]
dev-python/python-docx[${PYTHON_MULTI_USEDEP}]
dev-python/python-pptx[${PYTHON_MULTI_USEDEP}]
>=net-libs/stem-1.7.1[${PYTHON_MULTI_USEDEP}]
')"
PATCHES=(
"${FILESDIR}/${P}_fix_module_bug_sfp_hackertarget.patch"