dev-python/gcs-oauth2-boto-plugin: fix SocksiPy-branch reference for bug 577892

Package-Manager: portage-2.2.28
This commit is contained in:
Zac Medico
2016-04-20 21:26:21 -07:00
parent 41dacb9acb
commit 126642811a
3 changed files with 21 additions and 0 deletions

View File

@@ -32,3 +32,10 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
python_prepare_all() {
distutils-r1_python_prepare_all
sed \
-e '/SocksiPy-branch/d' \
-i setup.py || die
}

View File

@@ -30,3 +30,10 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
python_prepare_all() {
distutils-r1_python_prepare_all
sed \
-e '/SocksiPy-branch/d' \
-i setup.py || die
}

View File

@@ -30,3 +30,10 @@ RDEPEND="${PYTHON_DEPS}
>=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
>=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
>=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
python_prepare_all() {
distutils-r1_python_prepare_all
sed \
-e '/SocksiPy-branch/d' \
-i setup.py || die
}