From 11f979010e47b7a9e5fd247f007cabf60e0eb522 Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Mon, 21 Oct 2019 20:45:34 +0100 Subject: remove eliit dep for the moment Signed-off-by: Paul Healy --- app-oam/oam/Manifest | 2 +- app-oam/oam/oam-9999.ebuild | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'app-oam') diff --git a/app-oam/oam/Manifest b/app-oam/oam/Manifest index e16e3fb..3e5f9dc 100644 --- a/app-oam/oam/Manifest +++ b/app-oam/oam/Manifest @@ -1 +1 @@ -EBUILD oam-9999.ebuild 1839 BLAKE2B 9e81addeb9b695ea9c3245e6058b5f36a4f3c3047119340e60edd33c929e1903bf11001550cc105ad8b5538cb9f6633fd43be35a11b5a03c1a1aa3a5e908ca76 SHA512 38e80b3986517e878894aab77b00e62011d193793c34c1391e247434ec7e901958e1b9cd6375b7790122588a8c57901661aa149b8a2913917088e01217a922c5 +EBUILD oam-9999.ebuild 1755 BLAKE2B 530496d7b0dd350b59a6ae6324014de6eaa9c46806770de7dce0fd9ffde75e74db31ab6ec8ae9c35acfbdc27cc529580641a1634d05385726ce4d185dc2558b1 SHA512 e5756b8b3726bf9c991a00c4fad5bf7475de8d3c67a0c939964a7df9e8b9b702fcde0b87c2d7a3d12a7a82b626ef7ff2d04e74b1eb5d77900e441946515635fc diff --git a/app-oam/oam/oam-9999.ebuild b/app-oam/oam/oam-9999.ebuild index 90b349a..c377eae 100644 --- a/app-oam/oam/oam-9999.ebuild +++ b/app-oam/oam/oam-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit user distutils-r1 bash-completion-r1 git-r3 @@ -25,8 +25,6 @@ RDEPEND=" app-text/multitail dev-python/attrdict[${PYTHON_USEDEP}] dev-python/click[${PYTHON_USEDEP}] - dev-python/eliot[${PYTHON_USEDEP}] - dev-python/eliot-tree[${PYTHON_USEDEP}] dev-python/markdown[${PYTHON_USEDEP}] dev-python/pyinotify[${PYTHON_USEDEP}] >=dev-python/invoke-0.22.0[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad