diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-07-19 20:24:02 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-07-19 20:24:02 +0800 |
commit | 8487102bb6ed4a68f32879084dcc1a16426c05c2 (patch) | |
tree | 8d7d727b5290f49682e390096a41d3e27aed2ef7 /app-admin | |
parent | Add app-admin/google-compute-engine (diff) | |
download | pigfoot-8487102bb6ed4a68f32879084dcc1a16426c05c2.tar.gz pigfoot-8487102bb6ed4a68f32879084dcc1a16426c05c2.tar.bz2 pigfoot-8487102bb6ed4a68f32879084dcc1a16426c05c2.zip |
[app-admin/google-compute-engine] fix dependency of boto
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild b/app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild index b17ddcc..7992a44 100644 --- a/app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild +++ b/app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild @@ -19,11 +19,14 @@ KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND=" +RDEPEND=" + dev-python/boto[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" python_install_all() { for _s in google-accounts-daemon \ |