commit: 76e7a21981368a77cbcdb198a91d63baebc1760e Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Nov 26 15:10:44 2018 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Nov 26 15:11:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e7a219
dev-python/cryptography: add missing pycparser dep Fixes: https://bugs.gentoo.org/671948 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/cryptography/cryptography-2.2.2-r1.ebuild | 3 ++- dev-python/cryptography/cryptography-2.3.1.ebuild | 1 + dev-python/cryptography/cryptography-2.3.ebuild | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild index 449719f769c..e4d73ba997e 100644 --- a/dev-python/cryptography/cryptography-2.2.2-r1.ebuild +++ b/dev-python/cryptography/cryptography-2.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,6 +42,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] + dev-python/pycparser[${PYTHON_USEDEP}] test? ( ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}] diff --git a/dev-python/cryptography/cryptography-2.3.1.ebuild b/dev-python/cryptography/cryptography-2.3.1.ebuild index 1a58e5692ef..9c239e0ef88 100644 --- a/dev-python/cryptography/cryptography-2.3.1.ebuild +++ b/dev-python/cryptography/cryptography-2.3.1.ebuild @@ -41,6 +41,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] + dev-python/pycparser[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep '!~dev-python/cffi-1.11.3[${PYTHON_USEDEP}]' 'python*') test? ( diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild index ec123a175ee..f858938c524 100644 --- a/dev-python/cryptography/cryptography-2.3.ebuild +++ b/dev-python/cryptography/cryptography-2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,6 +41,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] + dev-python/pycparser[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep '!~dev-python/cffi-1.11.3[${PYTHON_USEDEP}]' 'python*') test? (
