dev-python/protobuf-python: fix six RDEPEND in 3.3.0-r1 too

This is already in the 3.4.1 version.
This commit is contained in:
Mike Frysinger
2018-01-02 05:24:05 -05:00
committed by Mike Frysinger
parent 247af5efe0
commit cbc6ad11e0

View File

@@ -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" )