blob: 6711369a5ab275cd6d0545f08ab9e0f44cf24930 [file] [log] [blame]
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="ChromiumOS Devserver Dependencies."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
# These packages are meant to provide a basic enviornment for running the
# ChromiumOS Devsever code.
RDEPEND="
dev-lang/python
dev-libs/protobuf-python
dev-python/lockfile
dev-python/cherrypy
net-misc/gsutil
"
DEPEND=""
S=${WORKDIR}