mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
elasticsearch: 7.0.0 bump
This commit is contained in:
parent
9ed699ddae
commit
779f41e23b
2 changed files with 12 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
DIST elasticsearch-6.3.1.tar.gz 71689 BLAKE2B d295dd35e187b983903b5d5a916879be35dbd2a3404e06b537782b506823af935ed7f4952d01d5a98fc40b40bd817d1cce87543361b49f29fa2c2e48dcb93c5a SHA512 8437ec7e81ed7015c2f93316c02471432155cce81a2ef8179c614160c6d840f83a6860b51eb95b6255d6f1f726872fa832875b97dc14e6457888f44513f522c4
|
||||
DIST elasticsearch-7.0.0.tar.gz 82790 BLAKE2B 3fe66b926b5a08ae2771d941e0bce9a780df9fdd7eaeafc179127b9981813ae510673a0785c473ff619186d335f2f3074bfe88e69be27d5271612e7567f76af0 SHA512 30d78feda22b8d85b08566fd6526080c45a467a0ad2d30fb74ec11b00497ce1a8e4baf7d317eba2433218ac011187714a77529f8abc5591f3ca77b2e11a01cd0
|
||||
|
|
|
|||
|
|
@ -15,13 +15,17 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
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}]"
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
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