diff options
author | Mike Frysinger <vapier@chromium.org> | 2018-01-02 05:24:05 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-02 05:51:41 -0500 |
commit | cbc6ad11e00eacbb469e491046d5a66362e07b44 (patch) | |
tree | a9292261f660ebe3d5f7bdfee7b3bf0be111bcac /dev-python/protobuf-python | |
parent | media-gfx/displaycal: 3.4.0.0 bump (diff) | |
download | gentoo-cbc6ad11e00eacbb469e491046d5a66362e07b44.tar.gz gentoo-cbc6ad11e00eacbb469e491046d5a66362e07b44.tar.bz2 gentoo-cbc6ad11e00eacbb469e491046d5a66362e07b44.zip |
dev-python/protobuf-python: fix six RDEPEND in 3.3.0-r1 too
This is already in the 3.4.1 version.
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-3.3.0-r1.ebuild | 4 |
1 files 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 ec1907817312..a70b39fe2bc7 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" ) |