commit: cbc6ad11e00eacbb469e491046d5a66362e07b44
Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Tue Jan 2 10:24:05 2018 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 10:51:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc6ad11
dev-python/protobuf-python: fix six RDEPEND in 3.3.0-r1 too
This is already in the 3.4.1 version.
dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
index ec190781731..a70b39fe2bc 100644
--- a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
@@ -24,12 +24,12 @@ IUSE=""
# In case of using the (linked) cpp implementation we should be fine with the
same subslot.
RDEPEND="${PYTHON_DEPS}
dev-python/namespace-google[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
!<dev-libs/protobuf-3[python(-)]
~dev-libs/protobuf-${PV}"
DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
+ dev-python/setuptools[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}/${PN}-3.0.0_beta3-link-against-installed-lib.patch" )