Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Tue, 02 Jan 2018 11:08:35
Message-Id: 1514890301.cbc6ad11e00eacbb469e491046d5a66362e07b44.vapier@gentoo
1 commit: cbc6ad11e00eacbb469e491046d5a66362e07b44
2 Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
3 AuthorDate: Tue Jan 2 10:24:05 2018 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 10:51:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc6ad11
7
8 dev-python/protobuf-python: fix six RDEPEND in 3.3.0-r1 too
9
10 This is already in the 3.4.1 version.
11
12 dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index ec190781731..a70b39fe2bc 100644
17 --- a/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
18 +++ b/dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild
19 @@ -24,12 +24,12 @@ IUSE=""
20 # In case of using the (linked) cpp implementation we should be fine with the same subslot.
21 RDEPEND="${PYTHON_DEPS}
22 dev-python/namespace-google[${PYTHON_USEDEP}]
23 + dev-python/six[${PYTHON_USEDEP}]
24 !<dev-libs/protobuf-3[python(-)]
25 ~dev-libs/protobuf-${PV}"
26
27 DEPEND="${RDEPEND}
28 - dev-python/setuptools[${PYTHON_USEDEP}]
29 - dev-python/six[${PYTHON_USEDEP}]"
30 + dev-python/setuptools[${PYTHON_USEDEP}]"
31
32 PATCHES=( "${FILESDIR}/${PN}-3.0.0_beta3-link-against-installed-lib.patch" )