mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
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:
committed by
Mike Frysinger
parent
247af5efe0
commit
cbc6ad11e0
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user