diff options
Diffstat (limited to 'app-admin/google-compute-engine/google-compute-engine-2.1.2.ebuild')
-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 \ |