blob: 704e48b24c2fb57d0e8e568d660a14a20eb4cb88 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=6
CROS_WORKON_COMMIT="0dcebfc00945fdbbc12825e61bbe97448a8004f3"
CROS_WORKON_TREE="cac3f9e401db497af787763683b4d46c93cfda7b"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_PROJECT="chromiumos/platform/moblab"
CROS_WORKON_LOCALNAME="../platform/moblab"
inherit cros-workon
DESCRIPTION="Install moblab, a test scheduling infrastructure"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/moblab/+/master/src/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
SRC_URI="${BASE_SRC_URI}/mobmonitor-ui-node_modules-0.0.2.tar.gz"
RDEPEND="
dev-python/futures
net-libs/grpc
dev-python/protobuf-python
dev-python/google-cloud-storage
"
DEPEND="${RDEPEND}
"
src_unpack() {
cros-workon_src_unpack
default
}