mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
Cuckoo: adjust deps
This commit is contained in:
parent
dd25997b6f
commit
2a9aaedd43
3 changed files with 1 additions and 33 deletions
|
|
@ -29,7 +29,7 @@ RDEPEND="
|
|||
>=dev-python/django-extensions-1.6.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/dpkt-1.8.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/egghatch-0.2.3[${PYTHON_USEDEP}] <dev-python/egghatch-0.3
|
||||
>=dev-python/elasticsearch-5.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/elasticsearch-py-5.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-0.12.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/flask-sqlalchemy-2.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/HTTPReplay-0.2.2[${PYTHON_USEDEP}] <dev-python/HTTPReplay-0.3
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
DIST elasticsearch-7.0.2.tar.gz 85153 BLAKE2B 37ef40908b1307281f35cd4001d113a0a204e8286b2f92db387266dc8089ecea6a37a240991ba9eb2d00ec2c03a5f9072c2cce6d04cd329b6bd2560f2048a5ff SHA512 42790dcbff37e93c004aa055d6fa7687d3127a18ec26a7847a22f1af4e5bc091847a55da11d7789aba1fe66e9d2e39abe4d3f139d9ecf3f774fbc31cca285547
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python client for Elasticsearch"
|
||||
HOMEPAGE="https://github.com/elastic/elasticsearch-py"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pyaml[${PYTHON_USEDEP}]
|
||||
dev-python/nosexcover[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
Loading…
Reference in a new issue